浏览代码

fix: 表格列表顺序修改

outaozhen 4 年之前
父节点
当前提交
34be5f86e7
共有 1 个文件被更改,包括 15 次插入15 次删除
  1. 15 15
      src/pages/Customer/Client/index.jsx

+ 15 - 15
src/pages/Customer/Client/index.jsx

@@ -207,6 +207,21 @@ const Client = props => {
       search: false
     },
     {
+      title: '职务',
+      dataIndex: 'position',
+      key: 'position',
+      width: 75,
+      search: false
+    },
+    {
+      title: '办公室',
+      dataIndex: 'office',
+      key: 'office',
+      width: 50,
+      ellipsis: true,
+      search: false
+    },
+    {
       title: '电话',
       dataIndex: 'phone',
       key: 'phone',
@@ -240,21 +255,6 @@ const Client = props => {
       search: false
     },
     {
-      title: '职务',
-      dataIndex: 'position',
-      key: 'position',
-      width: 75,
-      search: false
-    },
-    {
-      title: '办公室',
-      dataIndex: 'office',
-      key: 'office',
-      width: 50,
-      ellipsis: true,
-      search: false
-    },
-    {
       title: '地区',
       dataIndex: 'districtName',
       key: 'districtName',