瀏覽代碼

修改详情字段

Shannon_mu 3 年之前
父節點
當前提交
cecc2e6471
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      operationSupport/src/views/facilityInspections/popups/details.vue

+ 3 - 3
operationSupport/src/views/facilityInspections/popups/details.vue

@@ -65,7 +65,7 @@ export default {
                 },
                 {
                     label: '任务名称:',
-                    prop: 'currentTaskName'
+                    prop: 'inspectionName'
                 },
                 {
                     label: '设备/设施类型:',
@@ -73,7 +73,7 @@ export default {
                 },
                 {
                     label: '巡检人员:',
-                    prop: 'currentUsers'
+                    prop: 'peopleName'
                 },
                 {
                     label: '计划开始时间:',
@@ -104,7 +104,7 @@ export default {
                 },
                 {
                     label: '设备名称',
-                    prop: 'typeValue'
+                    prop: 'name'
                 },
                 {
                     label: '地址',