Browse Source

feat: 单位数据列,软件锁 排序默认改至 客户后面

outaozhen 4 years ago
parent
commit
b47bad04bb
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/pages/Customer/Company/index.jsx

+ 7 - 7
src/pages/Customer/Company/index.jsx

@@ -250,6 +250,13 @@ const Company = props => {
       width: 60
     },
     {
+      title: '软件锁',
+      dataIndex: 'longleTotal',
+      search: false,
+      sorter: true,
+      width: 80
+    },
+    {
       title: '单位性质',
       dataIndex: 'natureIds',
       search: false,
@@ -321,13 +328,6 @@ const Company = props => {
       key: 'staffName',
       search: false,
       width: 80
-    },
-    {
-      title: '软件锁',
-      dataIndex: 'longleTotal',
-      search: false,
-      sorter: true,
-      width: 80
     }
   ]
   const columnsStateMap = {