3、订单列表管理接口对接
4、工程师审核接口对接
This commit is contained in:
@@ -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: "勘察工程师审核",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user