统一图片路径前缀

This commit is contained in:
chenjinyang
2026-02-11 17:03:28 +08:00
parent cd24fe007f
commit 2576f62f88
3 changed files with 33 additions and 62 deletions

View File

@@ -1,5 +1,6 @@
const baiduCode = require('./config/baiduCode.js'); // 百度统计hm码 const baiduCode = require('./config/baiduCode.js'); // 百度统计hm码
const htmlModules = require('./config/htmlModules.js'); const htmlModules = require('./config/htmlModules.js');
const path = require('path');
module.exports = { module.exports = {
@@ -9,7 +10,7 @@ module.exports = {
title: "vuepress-theme-vdoing", title: "vuepress-theme-vdoing",
description: '一个基于VuePress的 知识管理&博客 主题', description: '一个基于VuePress的 知识管理&博客 主题',
// base: '/', // 默认'/'。如果你想将你的网站部署到如 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件) // base: '/', // 默认'/'。如果你想将你的网站部署到如 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件)
base: '/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/dist/', base: '/',
theme: 'vdoing', theme: 'vdoing',
title: "经创HIS系统操作手册", title: "经创HIS系统操作手册",
head: [ // 注入到页面<head> 中的标签,格式[tagName, { attrName: attrValue }, innerHTML?] head: [ // 注入到页面<head> 中的标签,格式[tagName, { attrName: attrValue }, innerHTML?]
@@ -27,48 +28,18 @@ module.exports = {
], ],
// 注意patterns 配置只影响 Markdown 文件,不影响 public 目录中的静态资源 // 注意patterns 配置只影响 Markdown 文件,不影响 public 目录中的静态资源
configureWebpack: {
resolve: {
alias: {
'@img': path.resolve(__dirname, './public/img')
}
}
},
// 主题配置 // 主题配置
themeConfig: { themeConfig: {
nav: [ nav: [
// { text: '首页', link: '/' }, { text: '首页', link: '/' },
// {
// text: '指南', link: '/pages/a2f161/', items: [
// { text: '主题初衷与诞生', link: '/pages/52d5c3/' },
// { text: '介绍', link: '/pages/a2f161/' },
// { text: '快速上手', link: '/pages/793dcb/' },
// { text: '目录结构', link: '/pages/2f674a/' },
// { text: '核心配置和约定', link: '/pages/33d574/' },
// { text: '自动生成front matter', link: '/pages/088c16/' },
// { text: 'Markdown 容器', link: '/pages/d0d7eb/' },
// { text: 'Markdown 中使用组件', link: '/pages/197691/' },
// {
// text: '相关文章', items: [
// { text: '使目录栏支持h2~h6标题', link: '/pages/8dfab5/' },
// { text: '如何让你的笔记更有表现力', link: '/pages/dd027d/' },
// { text: '批量操作front matter工具', link: '/pages/2b8e22/' },
// { text: '部署', link: '/pages/0fc1d2/' },
// { text: '关于写文章和H1标题', link: '/pages/9ae0bd/' },
// { text: '关于博客搭建与管理', link: '/pages/26997d/' },
// { text: '在线编辑和新增文章的方法', link: '/pages/c5a54d/' },
// ]
// }
// ]
// },
// {
// text: '配置', link: '/pages/a20ce8/', items: [
// { text: '主题配置', link: '/pages/a20ce8/' },
// { text: '首页配置', link: '/pages/f14bdb/' },
// { text: 'front matter配置', link: '/pages/3216b0/' },
// { text: '目录页配置', link: '/pages/54651a/' },
// { text: '添加摘要', link: '/pages/1cc523/' },
// { text: '修改主题颜色和样式', link: '/pages/f51918/' },
// { text: '评论栏', link: '/pages/ce175c/' },
// ]
// },
// { text: '资源', link: '/pages/db78e2/' },
// { text: '案例', link: '/pages/5d571c/' },
// { text: '问答', link: '/pages/9cc27d/' },
// { text: '赞助', link: '/pages/1b12ed/' },
{ text: 'HIS', link: '/pages/520e67/' }, { text: 'HIS', link: '/pages/520e67/' },
], ],
sidebarDepth: 2, // 侧边栏显示深度默认1最大2显示到h3标题 sidebarDepth: 2, // 侧边栏显示深度默认1最大2显示到h3标题

View File

@@ -16,9 +16,9 @@ permalink: /pages/520e67/
#### 操作步骤: #### 操作步骤:
1. 从系统首页导航栏,点击进入「门诊手术安排」模块主页面; 1. 从系统首页导航栏,点击进入「门诊手术安排」模块主页面;
![系统目录](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/SurgicalSchedule/png/surgerySchedule-menu.png) ![系统目录](~@img/png/SurgicalSchedule/surgerySchedule-menu.png)
2. 模块页面默认展示全量手术安排列表,可在页面上方**搜索条件区**,按提示输入筛选条件精准检索; 2. 模块页面默认展示全量手术安排列表,可在页面上方**搜索条件区**,按提示输入筛选条件精准检索;
![手术安排展示](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/SurgicalSchedule/surgicalschedule-main.png) ![手术安排展示](~@img/png/SurgicalSchedule/surgicalschedule-main.png)
3. 筛选条件填写完成后,点击**蓝色「查询」按钮**,页面将展示符合筛选条件的手术安排列表; 3. 筛选条件填写完成后,点击**蓝色「查询」按钮**,页面将展示符合筛选条件的手术安排列表;
4. 点击「重置」按钮,可一键清空所有查询条件,恢复默认全量列表展示。 4. 点击「重置」按钮,可一键清空所有查询条件,恢复默认全量列表展示。
@@ -28,9 +28,9 @@ permalink: /pages/520e67/
1. 在模块主页面,点击**浅蓝色「+ 新增手术安排」按钮**,弹出新增手术安排表单窗口; 1. 在模块主页面,点击**浅蓝色「+ 新增手术安排」按钮**,弹出新增手术安排表单窗口;
2. 点击表单内「查找」按钮,系统默认展示全量手术申请数据,支持通过筛选条件快速定位目标申请; 2. 点击表单内「查找」按钮,系统默认展示全量手术申请数据,支持通过筛选条件快速定位目标申请;
![手术申请查找](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/SurgicalSchedule/surgicalschedule-add-getApply.png) ![手术申请查找](~@img/png/SurgicalSchedule/surgicalschedule-add-getApply.png)
3. 选中目标手术申请数据,点击「确认」按钮,系统将**自动填充患者基础信息**等部分字段; 3. 选中目标手术申请数据,点击「确认」按钮,系统将**自动填充患者基础信息**等部分字段;
![手术申请选择](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/SurgicalSchedule/surgeryApply-choose.png) ![手术申请选择](~@img/png/SurgicalSchedule/surgeryApply-choose.png)
4. 手动完善手术安排单剩余信息,确认所有内容无误后,点击表单「保存」按钮; 4. 手动完善手术安排单剩余信息,确认所有内容无误后,点击表单「保存」按钮;
5. 提交成功后,页面列表将自动刷新,新增的手术安排记录将同步展示在列表中。 5. 提交成功后,页面列表将自动刷新,新增的手术安排记录将同步展示在列表中。
@@ -46,7 +46,7 @@ permalink: /pages/520e67/
1. 在手术安排列表中,点击目标记录**操作栏「编辑」按钮**,打开编辑表单窗口; 1. 在手术安排列表中,点击目标记录**操作栏「编辑」按钮**,打开编辑表单窗口;
2. 在编辑表单中,修改需要调整的信息(**灰色置灰字段为系统默认字段,不可修改** 2. 在编辑表单中,修改需要调整的信息(**灰色置灰字段为系统默认字段,不可修改**
![手术安排编辑](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/SurgicalSchedule/surgery-editor.png) ![手术安排编辑](~@img/png/SurgicalSchedule/surgery-editor.png)
3. 信息修改完成并确认无误后,点击「保存」按钮,系统提示**「修改成功」**即完成操作。 3. 信息修改完成并确认无误后,点击「保存」按钮,系统提示**「修改成功」**即完成操作。
### 2.5 导出手术安排数据 ### 2.5 导出手术安排数据
@@ -55,10 +55,10 @@ permalink: /pages/520e67/
1. 按需设置筛选条件,确定需要导出的手术安排范围; 1. 按需设置筛选条件,确定需要导出的手术安排范围;
2. 点击页面**「导出表格」按钮**,系统弹出导出确认弹窗; 2. 点击页面**「导出表格」按钮**,系统弹出导出确认弹窗;
![导出确认](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/SurgicalSchedule/import-confime.png) ![导出确认](~@img/png/SurgicalSchedule/import-confime.png)
3. 点击弹窗「确认」按钮,系统将触发文件下载,下载内容为**当前筛选条件下的全量手术安排记录** 3. 点击弹窗「确认」按钮,系统将触发文件下载,下载内容为**当前筛选条件下的全量手术安排记录**
4. 导出文件为CSV格式可直接用Excel/表格工具打开,导出效果如下: 4. 导出文件为CSV格式可直接用Excel/表格工具打开,导出效果如下:
![导出效果](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/SurgicalSchedule/import-csv.png) ![导出效果](~@img/png/SurgicalSchedule/import-csv.png)
## 三、常见问题与解决方案 ## 三、常见问题与解决方案

View File

@@ -7,60 +7,60 @@ permalink: /pages/dca082/
首先登录自己的用户账号,点击收费工作站后点击门诊挂号。 首先登录自己的用户账号,点击收费工作站后点击门诊挂号。
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-1.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
接着进入到门诊挂号的页面 接着进入到门诊挂号的页面
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-2.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
若患者曾经无本院看病史,则点击新建按钮新增患者个人信息,输入完成后点击确定即可保存患者信息。示例如下: 若患者曾经无本院看病史,则点击新建按钮新增患者个人信息,输入完成后点击确定即可保存患者信息。示例如下:
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-3.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
其中患者档案管理是登记过的患者信息: 其中患者档案管理是登记过的患者信息:
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-4.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
门诊挂号中,需要选择患者身份信息,同时根据具体情况填写费用性质、就诊科室、挂号类型、医生以及优先级,完成填写后点击保存挂号即可。 门诊挂号中,需要选择患者身份信息,同时根据具体情况填写费用性质、就诊科室、挂号类型、医生以及优先级,完成填写后点击保存挂号即可。
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-5.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
挂号成功后会在当日已挂号处显示挂号患者信息,此外还可以通过在搜索框中查询当日已挂号的患者信息。 挂号成功后会在当日已挂号处显示挂号患者信息,此外还可以通过在搜索框中查询当日已挂号的患者信息。
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-6.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
若需退号,则点击对应患者的挂号的退号按钮取消挂号。 若需退号,则点击对应患者的挂号的退号按钮取消挂号。
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-7.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
门诊医生站操作: 门诊医生站操作:
首先登录医生用户自己的账号,然后打开门诊医生工作站界面: 首先登录医生用户自己的账号,然后打开门诊医生工作站界面:
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-8.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
打开门诊医生站后,会看到患者队列中有挂号的患者 打开门诊医生站后,会看到患者队列中有挂号的患者
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-9.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
点击患者队列,可以看到有待诊、暂离以及完诊三种状态的患者。在患者队列中可以点击接诊填写病历。 点击患者队列,可以看到有待诊、暂离以及完诊三种状态的患者。在患者队列中可以点击接诊填写病历。
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-10.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
医生可以根据患者自述填写病历,完成后点击保存即可: 医生可以根据患者自述填写病历,完成后点击保存即可:
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-11.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
医生进行诊断,添加诊断信息,点击新增诊断,填写完毕后进行保存: 医生进行诊断,添加诊断信息,点击新增诊断,填写完毕后进行保存:
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-12.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
若为中医,也可进行中医诊断 若为中医,也可进行中医诊断
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-13.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
西医中添加医嘱 西医中添加医嘱
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-14.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)
![](/help-center/vuepress-theme-vdoing-doc/docs/.vuepress/public/img/png/outpatientregistrationoperation/20260211-15.png) ![](~@img/png/outpatientregistrationoperation/20260211-1.png)