Sfoglia il codice sorgente

调度台支助人员增加电话号码

seimin 3 anni fa
parent
commit
d98f78140a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/app/views/fuwutai/fuwutai.component.html

+ 2 - 2
src/app/views/fuwutai/fuwutai.component.html

@@ -26,7 +26,7 @@
26 26
           <div [ngClass]="{'cot':true,'fourCol':patientCareCol==4,'sevenCol':patientCareCol==7}"
27 27
             *ngFor="let data of workerMessage">
28 28
             <div class="first">
29
-              <span nz-tooltip [nzTooltipTitle]="data.name">{{data.name}}</span>
29
+              <span nz-tooltip [nzTooltipTitle]="data.phone">{{data.name}}</span>
30 30
               <span>累计{{data.totalCount}}单</span>
31 31
               <span class="times imptime"
32 32
                 *ngIf="data.freetime === '今日还未接单'||data.freetime === null">{{data.freetime}}</span>
@@ -43,7 +43,7 @@
43 43
         <div id="cotAll" nz-row *ngIf="patientCareCol==6">
44 44
           <div nz-col nzSpan="4" class="cot col-6" *ngFor="let data of workerMessage">
45 45
             <div class="first">
46
-              <span nz-tooltip [nzTooltipTitle]="data.name">{{data.name}}</span>
46
+              <span nz-tooltip [nzTooltipTitle]="data.phone">{{data.name}}</span>
47 47
               <span class="times imptime"
48 48
                 *ngIf="data.freetime === '今日还未接单'||data.freetime === null">{{data.freetime}}</span>
49 49
               <span class="times imptime imptime-green"