From 583e1038163d7b95f7927f83b19d81f6eac32020 Mon Sep 17 00:00:00 2001 From: jazz <jazzxhunter@163.com> Date: 星期四, 28 十二月 2023 19:35:44 +0800 Subject: [PATCH] update_202312281935_单个治疗室多个客人的逻辑编写v1 --- src/components/xio_room_guest_box/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/xio_room_guest_box/index.vue b/src/components/xio_room_guest_box/index.vue index d6ae849..86cf0d9 100644 --- a/src/components/xio_room_guest_box/index.vue +++ b/src/components/xio_room_guest_box/index.vue @@ -17,7 +17,7 @@ <span class="tx flex-1 flex-1-w1 ell">{{ item.aDoctorName?item.aDoctorName+'(鍖荤敓)銆�':'' }}{{ item.aNurseName?item.aNurseName+'(鎶ゅ+)':'' }}</span> </div> <div class="guest_list__td flex flex-center"> - <div v-if="!item.act" class="tx" style="text-decoration: underline;color: #227beb;">鍒囨崲</div> + <div v-if="!item.act" class="tx" style="text-decoration: underline;color: #227beb;">閫夋嫨</div> <!-- <div class="icon"> <img class="img" src="static/imgs/choose.png"> </div> --> -- Gitblit v1.8.0