See999 4 anos atrás
pai
commit
3857374a00
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/xt_pages/sign/components/computerCalling.vue

+ 1 - 1
src/xt_pages/sign/components/computerCalling.vue Ver arquivo

@@ -15,7 +15,7 @@
15 15
                 <called v-if="patientStateVal == 1" :index='1' :called='waitingCalledPm'></called>
16 16
                 <called v-if="patientStateVal == 2" :called="called"></called>
17 17
             </div>
18
-            <div class="nowCalling" v-if="patientStateVal == 0">
18
+            <div class="nowCalling" v-if="patientStateVal == 0 || patientStateVal == 1">
19 19
                 <p class="nowCallingTitle">当前叫号</p>
20 20
                 <p class="nowCallingName">{{ fisrtQueueInfo ? fisrtQueueInfo.patient_name : '' }}</p>
21 21
                 <p class="nowCallingTime">签到时间:{{ fisrtQueueInfo ? fisrtQueueInfo.create_time : '' }}</p>