根据客户反馈需求进行了界面修改已完成,暂未对接接口,等待后端修改完成后对接接口。

This commit is contained in:
monanxiao
2024-10-18 17:27:44 +08:00
parent 4383fa69de
commit 185429a94c
9 changed files with 189 additions and 39 deletions
+2 -2
View File
@@ -139,7 +139,7 @@ const routerList = [
component: () => import("../views/users/reconnaissance.vue"),
meta: {
requiresAuth: true,
name: "勘察工程师",
name: "勘测工程师",
},
},
{
@@ -206,7 +206,7 @@ const routerList = [
component: () => import("../views/scheduling/reconnaissance.vue"),
meta: {
requiresAuth: true,
name: "勘察人员排班",
name: "勘测人员排班",
},
},
{