Yansen 2 lat temu
rodzic
commit
a1923b623a

+ 5
- 0
src/pages/Machinery/OperationStatistics/components/MaJob.jsx Wyświetl plik

@@ -37,6 +37,11 @@ export default (props) => {
37 37
       dataIndex: 'jobTime',
38 38
       key: 'jobTime',
39 39
     },
40
+    {
41
+      title: '作业地点',
42
+      dataIndex: 'address',
43
+      key: 'address',
44
+    },
40 45
   ];
41 46
 
42 47
   const [loading, setLoading] = React.useState(false);