💥 feat(模块): 通告列表增加微信号和手机号
This commit is contained in:
@ -92,6 +92,18 @@ const TableList: React.FC = () => {
|
||||
valueType: 'textarea',
|
||||
copyable: true,
|
||||
},
|
||||
{
|
||||
title: '微信号',
|
||||
dataIndex: 'acctNo',
|
||||
valueType: 'textarea',
|
||||
copyable: true,
|
||||
},
|
||||
{
|
||||
title: '手机号',
|
||||
dataIndex: 'phone',
|
||||
valueType: 'textarea',
|
||||
copyable: true,
|
||||
},
|
||||
{
|
||||
title: '发布群数量',
|
||||
dataIndex: 'relateGroupCount',
|
||||
|
||||
Reference in New Issue
Block a user