调整目录结构

This commit is contained in:
chenhaizhao 2025-12-30 16:24:48 +08:00
parent 366bf072a9
commit 156ea85b83
4 changed files with 16 additions and 5 deletions

View File

@ -8,9 +8,9 @@ const userStore = useUserStore()
const list = ref([ const list = ref([
{ title: "病人管理", img: "/static/patient.png" }, { title: "病人管理", img: "/static/patient.png" },
{ title: "组员管理", img: "/static/ss.png" }, { title: "组员管理", img: "/static/ss.png" },
{ title: "病人康复", img: "/static/health_record.png" }, { title: "病人反馈", img: "/static/health_record.png" },
{ title: "总健详情", img: "/static/health_assessment.png" }, { title: "品牌详情", img: "/static/health_assessment.png" },
{ title: "档案管理", img: "/static/health_plan_overview.png" }, { title: "科普宣传", img: "/static/health_plan_overview.png" },
{ title: "数据统计", img: "/static/tongji.png" }, { title: "数据统计", img: "/static/tongji.png" },
]) ])
let showModel = ref(false); let showModel = ref(false);
@ -29,7 +29,7 @@ const clickMenu = (value) => {
switch (value) { switch (value) {
case 0: case 0:
uni.navigateTo({ uni.navigateTo({
url:"/pages/patient/patientList" url:"/pages/patient/patientList/patientList"
}) })
break; break;

View File

@ -2,6 +2,6 @@
</script> </script>
<template> <template>
新增任务 患者-新增任务
</template> </template>
<style lang="scss" scoped></style> <style lang="scss" scoped></style>

View File

@ -0,0 +1,10 @@
<script setup>
</script>
<template>
<!-- 病人反馈 -->
病人反馈
</template>
<style lang="scss" scoped>
</style>

View File

@ -12,6 +12,7 @@ onLoad(() => {
</script> </script>
<template> <template>
<!-- 病人管理 -->
<wd-watermark content="wot-design-uni"></wd-watermark> <wd-watermark content="wot-design-uni"></wd-watermark>
<wd-fab inactiveIcon="ellipsis" activeIcon="rollback"> <wd-fab inactiveIcon="ellipsis" activeIcon="rollback">
<view class="fab"> <view class="fab">