@@ -158,6 +158,11 @@ export default {
return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
}
},
+ {
+ title: '巡检任务名',
+ width: 100,
+ dataIndex: 'name'
+ },
{
title: '巡检人',
width: 100,