门诊医生站-》开立诊断 页面调整

This commit is contained in:
itcast
2026-01-16 15:46:43 +08:00
parent 2b3add4808
commit be0514bc08
86 changed files with 2224 additions and 3929 deletions

View File

@@ -21,12 +21,6 @@
</el-badge>
</div>
</el-tooltip>
<!-- 帮助中心按钮 -->
<el-tooltip content="帮助中心" placement="bottom">
<div class="left-action-item" @click="goToHelpCenter">
<el-icon><Help /></el-icon>
</div>
</el-tooltip>
</div>
</div>
<div class="right-menu">
@@ -120,10 +114,10 @@ import HeaderSearch from '@/components/HeaderSearch';
import NoticePanel from '@/components/NoticePanel';
import useAppStore from '@/store/modules/app';
import useUserStore from '@/store/modules/user';
import useSettingsStore from '@/store/modules/settings';
import {getOrg, switchOrg} from '@/api/login';
import {getUnreadCount} from '@/api/system/notice';
import {useRouter} from 'vue-router';
import {Help} from "@element-plus/icons-vue";
const appStore = useAppStore();
const userStore = useUserStore();
@@ -238,10 +232,6 @@ function openNoticePanel() {
noticePanelRef.value.open();
}
}
function goToHelpCenter() {
router.push({name: 'HelpCenter'});
}
</script>
<style lang='scss' scoped>