From 156ea85b831f9a998f3a6bd8a54bbddc94d6b238 Mon Sep 17 00:00:00 2001 From: chenhaizhao <2291973799@qq.com> Date: Tue, 30 Dec 2025 16:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 8 ++++---- pages/patient/{ => addTask}/addTask.vue | 2 +- pages/patient/patientFbList/patientFbList.vue | 10 ++++++++++ pages/patient/{ => patientList}/patientList.vue | 1 + 4 files changed, 16 insertions(+), 5 deletions(-) rename pages/patient/{ => addTask}/addTask.vue (77%) create mode 100644 pages/patient/patientFbList/patientFbList.vue rename pages/patient/{ => patientList}/patientList.vue (99%) diff --git a/pages/index/index.vue b/pages/index/index.vue index 97dae18..2fda80f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -8,9 +8,9 @@ const userStore = useUserStore() const list = ref([ { title: "病人管理", img: "/static/patient.png" }, { title: "组员管理", img: "/static/ss.png" }, - { title: "病人康复", img: "/static/health_record.png" }, - { title: "总健详情", img: "/static/health_assessment.png" }, - { title: "档案管理", img: "/static/health_plan_overview.png" }, + { title: "病人反馈", img: "/static/health_record.png" }, + { title: "品牌详情", img: "/static/health_assessment.png" }, + { title: "科普宣传", img: "/static/health_plan_overview.png" }, { title: "数据统计", img: "/static/tongji.png" }, ]) let showModel = ref(false); @@ -29,7 +29,7 @@ const clickMenu = (value) => { switch (value) { case 0: uni.navigateTo({ - url:"/pages/patient/patientList" + url:"/pages/patient/patientList/patientList" }) break; diff --git a/pages/patient/addTask.vue b/pages/patient/addTask/addTask.vue similarity index 77% rename from pages/patient/addTask.vue rename to pages/patient/addTask/addTask.vue index 149e150..d893365 100644 --- a/pages/patient/addTask.vue +++ b/pages/patient/addTask/addTask.vue @@ -2,6 +2,6 @@ \ No newline at end of file diff --git a/pages/patient/patientFbList/patientFbList.vue b/pages/patient/patientFbList/patientFbList.vue new file mode 100644 index 0000000..03fedfb --- /dev/null +++ b/pages/patient/patientFbList/patientFbList.vue @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/pages/patient/patientList.vue b/pages/patient/patientList/patientList.vue similarity index 99% rename from pages/patient/patientList.vue rename to pages/patient/patientList/patientList.vue index 33b69b9..5bc091e 100644 --- a/pages/patient/patientList.vue +++ b/pages/patient/patientList/patientList.vue @@ -12,6 +12,7 @@ onLoad(() => {