Jelajahi Sumber

fix: 表格列表顺序修改

outaozhen 4 tahun lalu
induk
melakukan
34be5f86e7
1 mengubah file dengan 15 tambahan dan 15 penghapusan
  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',