fix: 修改菜单名称。

This commit is contained in:
tianyongbao
2024-12-25 20:04:39 +08:00
parent bafac53b0e
commit a2d7610157
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@
{ {
"path": "pages/health/processRecord/addEdit", "path": "pages/health/processRecord/addEdit",
"style": { "style": {
"navigationBarTitleText": "档案过程记录" "navigationBarTitleText": "过程记录"
} }
}, },
{ {

View File

@@ -29,7 +29,7 @@ import auth from "@/plugins/auth"; // 建议使用auth进行鉴权操作
const healthGridList=ref([ const healthGridList=ref([
{ path: '/pages/health/person/list', text: '成员管理', icon: 'staff-filled', permission: 'health:person:list' }, { path: '/pages/health/person/list', text: '成员管理', icon: 'staff-filled', permission: 'health:person:list' },
{ path: '/pages/health/healthRecord/list', text: '健康档案', icon: 'bars', permission: 'health:healthRecord:list' }, { path: '/pages/health/healthRecord/list', text: '健康档案', icon: 'bars', permission: 'health:healthRecord:list' },
{ path: '/pages/health/processRecord/list', text: '档案过程记录', icon: 'list', permission: 'health:processRecord:list' }, { path: '/pages/health/processRecord/list', text: '过程记录', icon: 'list', permission: 'health:processRecord:list' },
{ path: '/pages/health/doctorRecord/list', text: '就医记录', icon: 'upload', permission: 'health:doctorRecord:list' }, { path: '/pages/health/doctorRecord/list', text: '就医记录', icon: 'upload', permission: 'health:doctorRecord:list' },
{ path: '/pages/health/marRecord/list', text: '用药记录', icon: 'shop-filled', permission: 'health:marRecord:list' }, { path: '/pages/health/marRecord/list', text: '用药记录', icon: 'shop-filled', permission: 'health:marRecord:list' },
{ path: '/pages/health/temperatureRecord/list', text: '体温记录', icon: 'spinner-cycle', permission: 'health:temperatureRecord:list' }, { path: '/pages/health/temperatureRecord/list', text: '体温记录', icon: 'spinner-cycle', permission: 'health:temperatureRecord:list' },