|
@@ -147,7 +147,7 @@ export const authRoutes = [
|
147
|
147
|
path: "guarantee/edit",
|
148
|
148
|
element: <GuaranteeEdit />,
|
149
|
149
|
meta: {
|
150
|
|
- title: "社会保障机构-信息录入",
|
|
150
|
+ title: "机构维护",
|
151
|
151
|
hideInMenu: true,
|
152
|
152
|
// permission: 'guaranteeTask.guarantee',
|
153
|
153
|
},
|
|
@@ -164,7 +164,7 @@ export const authRoutes = [
|
164
|
164
|
path: "guarantee/personnel/edit",
|
165
|
165
|
element: <GuaranteePersonnelEdit />,
|
166
|
166
|
meta: {
|
167
|
|
- title: "人员管理-信息录入",
|
|
167
|
+ title: "机构人员维护",
|
168
|
168
|
hideInMenu: true,
|
169
|
169
|
// permission: 'guaranteeTask.guarantee',
|
170
|
170
|
},
|