张涛 il y a 2 ans
Parent
révision
4aa5899504
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6
    0
      src/pages/Machinery/OperationStatistics/index.jsx

+ 6
- 0
src/pages/Machinery/OperationStatistics/index.jsx Voir le fichier

@@ -15,6 +15,12 @@ export default (props) => {
15 15
       dataIndex: 'orgName',
16 16
       key: 'orgName',
17 17
     },
18
+    {
19
+      title: '位置',
20
+      dataIndex: 'address',
21
+      search: false,
22
+      // key: 'orgName',
23
+    },
18 24
     {
19 25
       title: '人员',
20 26
       dataIndex: 'userName',