@@ -208,6 +208,11 @@ export default {
width: 120,
dataIndex: 'waitNum'
},
+ {
+ title: '巡检频次',
+ width: 120,
+ dataIndex: 'period'
+ },
{
title: '巡检总数量',
width: 110,
@@ -176,6 +176,10 @@ export default {
title: '仓库',
dataIndex: 'storeName'
+ title: '维修工单',
+ dataIndex: 'repairNo'
title: '操作',
key: 'action',