소스 검색

文字修改

seimin 3 년 전
부모
커밋
6c5e7d7da1
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/app/views/pharmacy2/pharmacy2.component.html

+ 5 - 5
src/app/views/pharmacy2/pharmacy2.component.html

@@ -41,7 +41,7 @@
41 41
     <div class="pharmacy-main__list pharmacy-main__print">
42 42
       <!-- 标题 start -->
43 43
       <div class="pharmacy-main__title">
44
-        <strong>药品计费(待配药)({{ printPharmacyTotal }})</strong>
44
+        <strong>药品计费(待配药)({{ printPharmacyTotal }})</strong>
45 45
         <span class="autoUpdate">{{ logTime }}秒</span>
46 46
       </div>
47 47
       <!-- 标题 end -->
@@ -129,7 +129,7 @@
129 129
     <div class="pharmacy-main__list pharmacy-main__waitDelivery">
130 130
       <!-- 标题 start -->
131 131
       <div class="pharmacy-main__title">
132
-        <strong>配药中({{ waitPharmacyTotal }})</strong>
132
+        <strong>配药中({{ waitPharmacyTotal }})</strong>
133 133
         <span class="autoUpdate">{{ logTime }}秒</span>
134 134
       </div>
135 135
       <!-- 标题 end -->
@@ -217,7 +217,7 @@
217 217
     <div class="pharmacy-main__list pharmacy-main__delivery">
218 218
       <!-- 标题 start -->
219 219
       <div class="pharmacy-main__title">
220
-        <strong>核对中({{ pharmacyTotal }})</strong>
220
+        <strong>核对中({{ pharmacyTotal }})</strong>
221 221
         <span class="autoUpdate">{{ logTime }}秒</span>
222 222
       </div>
223 223
       <!-- 标题 end -->
@@ -305,7 +305,7 @@
305 305
     <div class="pharmacy-main__list pharmacy-main__delivery">
306 306
       <!-- 标题 start -->
307 307
       <div class="pharmacy-main__title">
308
-        <strong>配送中({{ distributionTotal }})</strong>
308
+        <strong>配送中({{ distributionTotal }})</strong>
309 309
         <span class="autoUpdate">{{ logTime }}秒</span>
310 310
       </div>
311 311
       <!-- 标题 end -->
@@ -393,7 +393,7 @@
393 393
     <div class="pharmacy-main__list pharmacy-main__delivery">
394 394
       <!-- 标题 start -->
395 395
       <div class="pharmacy-main__title">
396
-        <strong>已完成({{ completedTotal }})</strong>
396
+        <strong>已完成({{ completedTotal }})</strong>
397 397
         <span class="autoUpdate">{{ logTime }}秒</span>
398 398
       </div>
399 399
       <!-- 标题 end -->