| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- [
- {
- "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": "处方预览",
- "hideInTab": true,
- "hideInMenu": true
- },
- "component": "/prescription/management/detail"
- }
- ]
- }
- ]
|