fix(#654): zhugeliang (文件合入)

This commit is contained in:
2026-06-14 17:26:55 +08:00
committed by 华佗
parent 254c8d8046
commit 0d536ea800
14 changed files with 219 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Bug #751 分析报告
## 基本信息
- Bug ID: 751
- 标题: 【门诊医生站-医嘱】点击"新增"医嘱时未展示详细参数编辑面板
- 严重程度: 一般
- 模块: doctorstation
## 根因分析
**直接原因**:前端"新增医嘱"按钮的点击事件未正确打开参数编辑面板。
**涉及文件**
- `healthlink-his-ui/src/views/doctorstation/components/OrderPanel.vue` — 医嘱面板主组件
- `healthlink-his-ui/src/views/doctorstation/components/OrderForm.vue` — 医嘱编辑表单
**修复方案**
1. 检查 OrderPanel.vue 中"新增"按钮的 @click 事件绑定
2. 确认 OrderForm 组件是否正确引入和渲染
3. 检查 v-if/v-show 条件是否阻止了面板显示
## 涉及模块
- 前端: doctorstation
- 后端: 无需修改
FIXER_ID: zhaoyun