893c0633d17cfd3c7b879f829e2dc33efad90047
根因: - ** - 住院医生工作站-临床医嘱列表(`order/index.vue`)的表格列定义中,不存在"开嘱医生"列,无法追溯责任医生 - 但后端 API 数据已包含 `createdStaffName`(开嘱医生姓名)字段,仅前端未展示 修复: - ** - 在 `src/views/inpatientDoctor/home/components/order/index.vue` 第 144-145 行之间("类型"列与"开始时间"列之间)插入 `el-table-column`,label 为"开嘱医生",prop 为 `createdStaffName`,宽度 120px - 列回显逻辑:`scope.row.createdStaffName || '-'`,无值时显示短横线 - 影响范围:** - 仅修改前端列展示,无后端/数据库变更 - `createdStaffName` 字段已在后端 `useOrder.js` mock 数据和真实接口中存在 - 与"停嘱医生"列的 `stopUserName` 模式一致
Description
No description provided
Languages
Java
47.5%
Vue
45.9%
JavaScript
5.6%
HTML
0.6%
SCSS
0.1%