408249787 2 жил өмнө
parent
commit
8e0951904c

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