diff --git a/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/docs/01.HIS操作手册/01.手术管理/手术安排.md b/openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/docs/01.HIS操作手册/01.手术管理/01.手术安排.md similarity index 100% rename from openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/docs/01.HIS操作手册/01.手术管理/手术安排.md rename to openhis-ui-vue3/public/help-center/vuepress-theme-vdoing-doc/docs/01.HIS操作手册/01.手术管理/01.手术安排.md diff --git a/openhis-ui-vue3/src/views/surgicalschedule/index.vue b/openhis-ui-vue3/src/views/surgicalschedule/index.vue index c9fb135d..453a4331 100644 --- a/openhis-ui-vue3/src/views/surgicalschedule/index.vue +++ b/openhis-ui-vue3/src/views/surgicalschedule/index.vue @@ -1347,11 +1347,11 @@ function handleMedicalAdvice(row) { // 尝试从 contentJson 中解析数据 const contentData = JSON.parse(item.contentJson) const adviceType = Number(contentData.adviceType) - return adviceType === 3 + return adviceType === 1 } catch (e) { // 如果解析失败,尝试使用顶层的 adviceType const adviceType = Number(item.adviceType) - return adviceType === 3 + return adviceType === 1 } })