Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 4 years ago
parent
commit
72e0482fba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/sign/components/computerCalling.vue

+ 1 - 1
src/xt_pages/sign/components/computerCalling.vue View File

@@ -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>