| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- [
- {
- "meta": {
- "icon": "ion:settings-outline",
- "order": 9997,
- "title": "system.title"
- },
- "name": "System",
- "path": "/system",
- "children": [
- {
- "path": "/system/organization",
- "name": "MedicalOrganization",
- "meta": {
- "icon": "mdi:hospital-building",
- "title": "医疗机构管理"
- },
- "component": "/system/organization/list"
- },
- {
- "path": "/system/enterprise",
- "name": "SystemEnterprise",
- "meta": {
- "icon": "mdi:account-group",
- "title": "企业管理"
- },
- "component": "/system/enterprise/list"
- },
- {
- "path": "/system/tisane",
- "name": "SystemTisane",
- "meta": {
- "icon": "mdi:pill-multiple",
- "title": "煎药中心管理"
- },
- "component": "/system/tisane/list"
- },
- {
- "path": "/system/role",
- "name": "SystemRole",
- "meta": {
- "icon": "charm:organisation",
- "title": "角色管理"
- },
- "component": "/system/role/list"
- },
- {
- "path": "/system/user",
- "name": "SystemUser",
- "meta": {
- "icon": "mdi:account-group",
- "title": "用户管理"
- },
- "component": "/system/user/list"
- }
- ]
- },
- {
- "meta": {
- "icon": "ion:settings-outline",
- "order": 9998,
- "title": "处方管理"
- },
- "name": "Prescription",
- "path": "/prescription",
- "children": [
- {
- "path": "/prescription/management",
- "name": "PrescriptionManagement",
- "meta": {
- "icon": "mdi:prescription",
- "title": "处方列表"
- },
- "component": "/prescription/management/list"
- },
- {
- "path": "/prescription/detail/:id",
- "name": "PrescriptionPreview",
- "meta": {
- "title": "煎药中心处方",
- "hideInMenu": true
- },
- "component": "/prescription/management/detail"
- }
- ]
- }
- ]
|