jihuaqiang 2 месяцев назад
Родитель
Сommit
d842f86863
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      src/views/account/qwAccount/index.tsx

+ 5 - 5
src/views/account/qwAccount/index.tsx

@@ -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) => {