-
-
-
-
-
- {{ detailData.gdName }}
-
-
- {{ detailData.subName }}
-
-
-
- {{ detailData.deviceName }}
-
-
-
-
- {{ detailData.volName }}
-
-
- {{ detailData.deviceName }}
-
-
-
-
- {{ getDeviceStatus(detailData.deviceStatus) }}
-
-
-
-
- {{ getDeviceStatus(detailData.devStatus) }}
-
-
-
- {{ detailData.propertyNo }}
-
-
-
+
+
+
+
+
+ {{ detailData.gdName }}
+
+
+ {{ detailData.subName }}
+
+
+
+ {{ detailData.deviceName }}
+
+
+
+
+ {{ detailData.volName }}
+
+
+ {{ detailData.deviceName }}
+
+
+
+
+
+
+
+
+
+ {{ getDeviceStatus(detailData.devOriginalStatus) }}
+
+
+
+
+ {{ getDeviceStatus(detailData.devStatus) }}
+
+
+
+ {{ detailData.propertyNo }}
+
+
+
\ No newline at end of file
diff --git a/src/views/pqs/supervise/retire/monitor.vue b/src/views/pqs/supervise/retire/monitor.vue
index 396a78cd..3d9841d6 100644
--- a/src/views/pqs/supervise/retire/monitor.vue
+++ b/src/views/pqs/supervise/retire/monitor.vue
@@ -66,7 +66,7 @@ const tableStore = new TableStore({
{ title: '监测点', field: 'deviceName', minWidth: 200 },
{ title: '退运原因', field: 'propertyNo', minWidth: 160 },
{
- title: '当前状态', field: 'devOriginalStatus', minWidth: 130,
+ title: '变更前状态', field: 'devOriginalStatus', minWidth: 130,
render: 'tag',
custom: {
0: 'success',
diff --git a/src/views/pqs/supervise/retire/terminal.vue b/src/views/pqs/supervise/retire/terminal.vue
index d80ef0a8..35bc4eb9 100644
--- a/src/views/pqs/supervise/retire/terminal.vue
+++ b/src/views/pqs/supervise/retire/terminal.vue
@@ -65,7 +65,7 @@ const tableStore = new TableStore({
{ title: '终端名称', field: 'deviceName', minWidth: 130 },
{ title: '变更原因', field: 'propertyNo', minWidth: 160 },
{
- title: '当前状态',
+ title: '变更前状态',
field: 'devOriginalStatus',
minWidth: 130,
render: 'tag',
@@ -85,7 +85,7 @@ const tableStore = new TableStore({
}
},
{
- title: '变更状态',
+ title: '目标状态',
field: 'devStatus',
minWidth: 130,
render: 'tag',