From 2a1fb1c36b6f3d51123793c223fdcd8eef392f9b Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 12 六月 2025 10:42:21 +0800 Subject: [PATCH] 检查检验同步增加门诊号 --- src/views/doctor/inspectCheck/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/doctor/inspectCheck/index.vue b/src/views/doctor/inspectCheck/index.vue index 5573055..51c2dd6 100644 --- a/src/views/doctor/inspectCheck/index.vue +++ b/src/views/doctor/inspectCheck/index.vue @@ -55,6 +55,7 @@ <span class="highlight">濮撳悕锛歿{ infoList.tjCustomerName || "鏆傛棤" }}</span> <span class="highlight">鎬у埆锛歿{ infoList.tjCustomerSex == 0 ? "鐢�" : infoList.tjCustomerSex == 1 ? "濂�" : "鏆傛棤" }}</span> <span class="highlight">骞撮緞锛歿{ infoList.tjCustomerAge || "鏆傛棤" }}</span> + <span class="highlight">闂ㄨ瘖鍙凤細{{ infoList.cardId || "鏆傛棤" }}</span> </h3> </div> <el-table border height="350" ref="tab1" :data="checkList" v-loading="loading" style="width: 100%" -- Gitblit v1.8.0