diff --git a/.env.production b/.env.production index 3198248..6f8ae33 100644 --- a/.env.production +++ b/.env.production @@ -5,15 +5,15 @@ NODE_ENV = production VUE_APP_TITLE = 象纬云科 # 测试环境 -# VUE_APP_API_BASEURL = https://dev.api.linkwing.com/api/v1 -# VUE_APP_API_DEV = https://dev.api.linkwing.com/api/v1 -# VUE_APP_WS_URL = wss://dev.api.linkwing.com/wss -# VUE_APP_WSS_URL = wss://dev.api.linkwing.com/wss + VUE_APP_API_BASEURL = https://dev.api.linkwing.com/api/v1 + VUE_APP_API_DEV = https://dev.api.linkwing.com/api/v1 + VUE_APP_WS_URL = wss://dev.api.linkwing.com/wss + VUE_APP_WSS_URL = wss://dev.api.linkwing.com/wss # 线上环境 # 接口地址 # WS地址 - VUE_APP_API_BASEURL = https://prod.api.linkwing.com/api/v1 - VUE_APP_API_DEV = https://prod.api.linkwing.com/api/v1 - VUE_APP_WS_URL = wss://prod.api.linkwing.com/wss - VUE_APP_WSS_URL = wss://prod.api.linkwing.com/wss +# VUE_APP_API_BASEURL = https://prod.api.linkwing.com/api/v1 +# VUE_APP_API_DEV = https://prod.api.linkwing.com/api/v1 +# VUE_APP_WS_URL = wss://prod.api.linkwing.com/wss +# VUE_APP_WSS_URL = wss://prod.api.linkwing.com/wss diff --git a/src/views/order/repair-action.vue b/src/views/order/repair-action.vue index 3211bca..4141f9d 100644 --- a/src/views/order/repair-action.vue +++ b/src/views/order/repair-action.vue @@ -72,7 +72,7 @@ 维修动作 - + 更换 修复 无需修复 @@ -81,54 +81,49 @@ - - 不良原因 -
- -
-
不良现象
- -
-
- - 现场步骤分析 -
- +
+ SLA不达标原因
- +
- -
- - - - - - - - - - - - -
- - - - - - - - + + + 现场步骤分析 +
+ +
+
+
+
+
+ + + + + + + + + + + + +
@@ -165,7 +160,7 @@ export default { sla_non_compliance_reason:"", confirmed_defects:"", analysis_steps:"", - action:"" + repair_action:"" } ] },