Przeglądaj źródła

feat: 单位列表增加软件锁统计列

lanjianrong 5 lat temu
rodzic
commit
24e3d5f8d4
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      src/pages/Customer/Company/index.jsx

+ 5 - 0
src/pages/Customer/Company/index.jsx

@@ -317,6 +317,11 @@ const Company = props => {
       key: 'staffName',
       search: false,
       width: 80
+    },
+    {
+      title: '软件锁',
+      dataIndex: 'longleTotal',
+      width: 50
     }
   ]
   const columnsStateMap = {