Ver código fonte

🦄 refactor(工单完成情况): 调整运行记录label

Zimo 1 semana atrás
pai
commit
57931f018a

+ 1 - 1
.env.local

@@ -4,7 +4,7 @@ NODE_ENV=development
 VITE_DEV=true
 
 # 请求路径  http://192.168.188.149:48080  https://iot.deepoil.cc
-VITE_BASE_URL='http://192.168.188.149:48080'
+VITE_BASE_URL='https://iot.deepoil.cc'
 
 # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
 VITE_UPLOAD_TYPE=server

+ 4 - 4
src/views/report-statistics/work-order-completion.vue

@@ -140,10 +140,10 @@ const labelMap = {
   xjtodo: '待执行',
   xjignore: '忽略',
   xjfinished: '已执行',
-  yx0: '待执行',
-  yx1: '已执行',
-  yx2: '执行中',
-  yx3: '填写中',
+  yx0: '待填写',
+  yx1: '已完成',
+  yx2: '填写中',
+  yx3: '忽略',
   by1: '未保养',
   by2: '已保养',
   rb0: '未完成',