Browse Source

完善巡检

408249787 2 years ago
parent
commit
8e0951904c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/views/fill/task/FillGatherTask.vue

+ 5 - 0
src/views/fill/task/FillGatherTask.vue

@@ -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,