Sfoglia il codice sorgente

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

lanjianrong 5 anni fa
parent
commit
24e3d5f8d4
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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 = {