소스 검색

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 = {