|
@@ -209,12 +209,13 @@ export const partRoutes = [
|
|
|
path: '/entrace_guard',
|
|
|
component: Layout,
|
|
|
name: 'entrace-guard',
|
|
|
+ redirect: '/entrace-guard/users',
|
|
|
hidden: !enableEntraceguard,
|
|
|
children: [
|
|
|
{
|
|
|
path: 'users',
|
|
|
component: () => import('@/views/entrace-guard/users'),
|
|
|
- name: 'entrace-guard-manage',
|
|
|
+ name: 'entrace-guard-list',
|
|
|
meta: { title: i18n.t('tab.entraceguardUser'), icon: 'pass_through', noCache: true },
|
|
|
hidden: !enableEntraceguard
|
|
|
}]
|
|
@@ -229,7 +230,7 @@ export const partRoutes = [
|
|
|
{
|
|
|
path: 'list',
|
|
|
component: () => uiVersion === 1 ? import('@/views/customer/patientManagement') : uiVersion === 2 ? import('@/views/customer/customerManagement') : import('@/views/customer/elderlyCareManagement'),
|
|
|
- name: 'customer-manager',
|
|
|
+ name: 'customer-list',
|
|
|
meta: {
|
|
|
title: uiVersion === 1 ? i18n.t('tab.patientManage') : i18n.t('tab.customerManage'),
|
|
|
icon: 'el-icon-s-custom',
|
|
@@ -256,7 +257,8 @@ export const partRoutes = [
|
|
|
{
|
|
|
path: '/remark',
|
|
|
component: Layout,
|
|
|
- name: 'remark-list',
|
|
|
+ name: 'remark',
|
|
|
+ redirect: '/remark/list',
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
@@ -270,7 +272,8 @@ export const partRoutes = [
|
|
|
{
|
|
|
path: '/task',
|
|
|
component: Layout,
|
|
|
- name: 'task-list',
|
|
|
+ name: 'task',
|
|
|
+ redirect: '/task/list',
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
@@ -306,12 +309,13 @@ export const partRoutes = [
|
|
|
path: '/broadcast',
|
|
|
component: Layout,
|
|
|
name: 'broadcast',
|
|
|
+ redirect: '/broadcast/index',
|
|
|
hidden: !enableBroadcast || uiVersion !== 1,
|
|
|
children: [
|
|
|
{
|
|
|
path: 'index',
|
|
|
component: () => import('@/views/ncs-broadcast/index'),
|
|
|
- name: 'broadcast',
|
|
|
+ name: 'broadcast-list',
|
|
|
meta: { title: i18n.t('tab.broadcastManage'), icon: 'el-icon-headset', noCache: true }, // 广播设置
|
|
|
hidden: !enableBroadcast || uiVersion !== 1
|
|
|
},
|
|
@@ -331,7 +335,7 @@ export const partRoutes = [
|
|
|
{
|
|
|
path: 'index/:id?',
|
|
|
component: () => import('@/views/custom-infoboard/infoboard-designer'), // 自定义看板 component: () => import('@/views/custom-infoboard/infoboard-designer'),资阳 component: () => import('@/views/custom-infoboard/screen-designer')
|
|
|
- name: 'infoboard-designer',
|
|
|
+ name: 'infoboard-designer-manager',
|
|
|
meta: { title: i18n.t('tab.customBoardDesigner'), icon: 'el-icon-data-board', noCache: true }
|
|
|
}
|
|
|
],
|
|
@@ -340,7 +344,7 @@ export const partRoutes = [
|
|
|
path: '/settings',
|
|
|
component: Layout,
|
|
|
redirect: '/settings/index',
|
|
|
- name: 'part-settings',
|
|
|
+ name: 'settings',
|
|
|
meta: {
|
|
|
title: i18n.t('tab.settings'),
|
|
|
icon: 'el-icon-s-tools'
|
|
@@ -413,7 +417,8 @@ export const partRoutes = [
|
|
|
}, {
|
|
|
path: '/frame_group',
|
|
|
component: () => import('@/views/hospitalFrame/index'),
|
|
|
- name: 'frame-group',
|
|
|
+ name: 'frame-group-manager',
|
|
|
+ redirect: '/hospitalFrame/frameGroup',
|
|
|
children: [
|
|
|
{
|
|
|
path: 'index',
|