3、订单列表管理接口对接

4、工程师审核接口对接
This commit is contained in:
2024-10-14 18:05:59 +08:00
parent eecb7aa9d4
commit 3d4b033c1c
7 changed files with 162 additions and 55 deletions
+2 -2
View File
@@ -158,7 +158,7 @@ const routerList = [
component: () => import("../views/users/reconnaissance.vue"),
meta: {
requiresAuth: true,
name: "勘察人员",
name: "勘察工程师",
},
},
{
@@ -187,7 +187,7 @@ const routerList = [
component: () => import("../views/engineer/reconnaissance.vue"),
meta: {
requiresAuth: true,
name: "勘察人员审核",
name: "勘察工程师审核",
},
},
{