|
@@ -31,6 +31,12 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
|
|
|
"name" : "行至车辆区域",
|
|
|
},
|
|
|
|
|
|
+ // 因为需求,该流程放到这里
|
|
|
+ {
|
|
|
+ "note" : "在施工范围放置警示标识(请点击地面触发)",
|
|
|
+ "name" : "在施工范围放置警示标识",
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
"note" : "打开车门进入驾驶室",
|
|
|
"name" : "打开车门进入驾驶室",
|
|
@@ -66,10 +72,11 @@ export const QingXiCheAndQvProcessEventStore = defineStore('QingXiCheAndQvProces
|
|
|
"name" : "下车确定安全灯显示是否正常",
|
|
|
},
|
|
|
|
|
|
- {
|
|
|
- "note" : "在施工范围放置警示标识(请点击地面触发)",
|
|
|
- "name" : "在施工范围放置警示标识",
|
|
|
- },
|
|
|
+ // // 因为需求,该流程放到其他地方
|
|
|
+ // {
|
|
|
+ // "note" : "在施工范围放置警示标识(请点击地面触发)",
|
|
|
+ // "name" : "在施工范围放置警示标识",
|
|
|
+ // },
|
|
|
|
|
|
{
|
|
|
"note" : "从水管固定座上拧下高压水管",
|