From a2d7610157d54fe5d2462b6264e3fab2f2dd27be Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 25 Dec 2024 20:04:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 2 +- src/pages/health/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages.json b/src/pages.json index 5297012..04eef01 100644 --- a/src/pages.json +++ b/src/pages.json @@ -154,7 +154,7 @@ { "path": "pages/health/processRecord/addEdit", "style": { - "navigationBarTitleText": "档案过程记录" + "navigationBarTitleText": "过程记录" } }, { diff --git a/src/pages/health/index.vue b/src/pages/health/index.vue index 90c160a..443b8ae 100644 --- a/src/pages/health/index.vue +++ b/src/pages/health/index.vue @@ -29,7 +29,7 @@ import auth from "@/plugins/auth"; // 建议使用auth进行鉴权操作 const healthGridList=ref([ { 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/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/marRecord/list', text: '用药记录', icon: 'shop-filled', permission: 'health:marRecord:list' }, { path: '/pages/health/temperatureRecord/list', text: '体温记录', icon: 'spinner-cycle', permission: 'health:temperatureRecord:list' },