-
-
+
+
@@ -89,15 +94,19 @@
clearable
size="small"
class="w-202 ml-10"
- v-model="paramsData.patrolStatus"
+ v-model="paramsData.status"
:popper-append-to-body="false"
filterable
placeholder="请选择"
>
-
-
-
+
+
@@ -123,30 +132,30 @@
:data="tableData"
border
>
-
-
-
+
+
+
{{
- getDictLabelName(scope.row.patrolType, "xcTypeOptions")
+ getDictLabelName(scope.row.type, "maintenanceType")
}}
-
+
{{
- getDictLabelName(scope.row.patrolCategory, "xcTypeOptions")
+ getDictLabelName(scope.row.category, "maintenanceCategory")
}}
-
+
{{
- getDictLabelName(scope.row.patrolStatus, "xcTypeOptions")
+ getDictLabelName(scope.row.status, "maintenanceStatus")
}}
-
+
编辑
@@ -201,34 +210,28 @@