Explorar o código

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

outaozhen %!s(int64=4) %!d(string=hai) anos
pai
achega
b47bad04bb
Modificáronse 1 ficheiros con 7 adicións e 7 borrados
  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 = {