guarantee-lsq 1 year ago
parent
commit
61c5e39223
2 changed files with 7 additions and 4 deletions
  1. 6 3
      src/utils/dict.js
  2. 1 1
      src/views/repair/application-form/modules/AuditFrom2.vue

+ 6 - 3
src/utils/dict.js

@@ -1352,7 +1352,7 @@ DictCache.VALUE = {
 DictCache.COLOR = {
   // 维修进度
   REPAIR_STATUS: {
-    1: '报修',
+    1: '报修审核通过',
     2: '维修开始',
     3: '维修结束',
     4: '审核开始',
@@ -1372,8 +1372,11 @@ DictCache.COLOR = {
     18: '二审被拒',
     19: '计划报修三审',
     20: '三审被拒',
-    21: '大修审核中'
-
+    21: '大修审核中',
+    22: '计划性维修报修成功',
+    23: '报修撤回',
+    24: '报修',
+    25: '报修待审'
   },
   WHETHER: {
     0: 'error',

+ 1 - 1
src/views/repair/application-form/modules/AuditFrom2.vue

@@ -17,7 +17,7 @@
       <row-list :col="1">
         <row-item>
           <a-form-item
-            label="备注"
+            label="审核"
             :labelCol="BaseTool.Constant.labelCol2"
             :wrapperCol="BaseTool.Constant.wrapperCol2"
           >