Commit 21943553 authored by 王李辉's avatar 王李辉

工作台加入隐患巡查页面

parent c96e4114
Pipeline #8211 passed with stage
in 5 minutes
......@@ -344,6 +344,15 @@ export default {
text: "上报退回",
};
this.finalDangerList.splice(1, 0, obj);
// 先加上个隐患巡查
let obj2 = {
key: "13",
path: "/danger-patrol",
imgUrl: require("@/assets/workbench/danger-account.png"),
text: "隐患巡查",
};
this.finalDangerList.splice(1, 0, obj2);
}
});
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment