Преглед изворни кода

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

lanjianrong пре 5 година
родитељ
комит
24e3d5f8d4
1 измењених фајлова са 5 додато и 0 уклоњено
  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 = {