diff --git a/pages/home/work-home.vue b/pages/home/work-home.vue index aa29d21..8761ab4 100644 --- a/pages/home/work-home.vue +++ b/pages/home/work-home.vue @@ -48,9 +48,13 @@ 邀请患者 - - - 更多 + + + 我的团队 + + + + 联系客服 @@ -179,15 +183,14 @@ const certStatus = computed(() => doctorInfo.value?.verifyStatus ? certConfig[do // 邀请患者 const invitePatient = withInfo(() => uni.navigateTo({ url: '/pages/work/team/invite/invite-patient' })); -const handleMore = withInfo(() => { - uni.showActionSheet({ - itemList: ["我的团队", "联系客服"], //, "关于" - success: (res) => { - const url = res.tapIndex === 0 ? '/pages/work/team/list/team-list' : '/pages/work/service/contact-service'; - uni.navigateTo({ url }); - }, - }); -}) + +function toTeams() { + uni.navigateTo({ url: '/pages/work/team/list/team-list' }); +} + +function toContactService() { + uni.navigateTo({ url: '/pages/work/service/contact-service' }); +} function changeFilterData(data) { filterData.value = data; diff --git a/pages/message/components/ai-assistant-buttons.vue b/pages/message/components/ai-assistant-buttons.vue index 768322b..c9caf34 100644 --- a/pages/message/components/ai-assistant-buttons.vue +++ b/pages/message/components/ai-assistant-buttons.vue @@ -77,7 +77,7 @@ const buttons = ref([ // }, { id: "supplementRecord", - text: "补充病历", + text: "补充档案", icon: "/static/icon/buchong.png", loading: false, }, diff --git a/pages/work/team/list/notice-popup.vue b/pages/work/team/list/notice-popup.vue new file mode 100644 index 0000000..e8567e2 --- /dev/null +++ b/pages/work/team/list/notice-popup.vue @@ -0,0 +1,59 @@ + + + + + \ No newline at end of file diff --git a/pages/work/team/list/team-list.vue b/pages/work/team/list/team-list.vue index c2e44ef..5ffd82c 100644 --- a/pages/work/team/list/team-list.vue +++ b/pages/work/team/list/team-list.vue @@ -9,9 +9,9 @@ {{ i.name }} - 创建 - 加入 + + @@ -31,6 +31,7 @@ +