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(() => {
+