调整目录结构
This commit is contained in:
parent
366bf072a9
commit
156ea85b83
@ -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;
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
</script>
|
||||
<template>
|
||||
新增任务
|
||||
患者-新增任务
|
||||
</template>
|
||||
<style lang="scss" scoped></style>
|
||||
10
pages/patient/patientFbList/patientFbList.vue
Normal file
10
pages/patient/patientFbList/patientFbList.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<!-- 病人反馈 -->
|
||||
病人反馈
|
||||
</template>
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
@ -12,6 +12,7 @@ onLoad(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<!-- 病人管理 -->
|
||||
<wd-watermark content="wot-design-uni"></wd-watermark>
|
||||
<wd-fab inactiveIcon="ellipsis" activeIcon="rollback">
|
||||
<view class="fab">
|
||||
Loading…
x
Reference in New Issue
Block a user