diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/medicalExaminations.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/medicalExaminations.vue index 585f10838..42b3d1f77 100755 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/medicalExaminations.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/medicalExaminations.vue @@ -7,20 +7,6 @@
- -
- 紧急程度: - - 普通 - 急诊 - - - - - 绿色通道 - - -
@@ -52,7 +38,21 @@ /> - + + + + 普通 + 急诊 + + + + + 绿色通道 + + + + + @@ -347,8 +347,8 @@ const rules = reactive({ ], }); -// 禁用过去的时间 -const disabledFutureDate = (time) => { +// 禁用过去的日期(允许选择今天及以后) +const disabledPastDate = (time) => { return time.getTime() < Date.now() - 8.64e7; }; @@ -624,23 +624,6 @@ $bg-color: #f5f7fa; } } - // 紧急程度栏 - 右上角 - .urgency-bar { - display: flex; - align-items: center; - justify-content: flex-end; - gap: 8px; - padding: 4px 0; - margin-bottom: 4px; - } - - .urgency-bar-label { - font-size: 13px; - font-weight: 500; - color: $text-regular; - white-space: nowrap; - } - // 卡片通用样式 - 紧凑 .section-card { background: #fff;