|
@@ -253,17 +253,17 @@ const QWAccount: React.FC = () => {
|
|
|
|
|
|
const columns: TableProps<DataType>['columns'] = [
|
|
|
{
|
|
|
- title: '账号名称',
|
|
|
+ title: '群名称',
|
|
|
dataIndex: 'name',
|
|
|
key: 'name',
|
|
|
},
|
|
|
{
|
|
|
- title: '账号id',
|
|
|
+ title: '群id',
|
|
|
dataIndex: 'ghId',
|
|
|
key: 'ghId',
|
|
|
},
|
|
|
{
|
|
|
- title: '公众号类别',
|
|
|
+ title: '操作类型',
|
|
|
dataIndex: 'type',
|
|
|
key: 'type',
|
|
|
render: (type) => {
|
|
@@ -271,12 +271,12 @@ const QWAccount: React.FC = () => {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- title: '内容类别',
|
|
|
+ title: '操作微信号',
|
|
|
dataIndex: 'contentType',
|
|
|
key: 'contentType',
|
|
|
},
|
|
|
{
|
|
|
- title: '新增时间',
|
|
|
+ title: '操作时间',
|
|
|
dataIndex: 'createTimestamp',
|
|
|
key: 'createTimestamp',
|
|
|
render: (timestamp) => {
|