瀏覽代碼

打印单

huangyw 3 年之前
父節點
當前提交
e208ce3aac
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      src/xt_pages/outpatientDoctorStation/template/printSix.vue

+ 7 - 7
src/xt_pages/outpatientDoctorStation/template/printSix.vue 查看文件

@@ -152,11 +152,11 @@
152 152
           </div>
153 153
           <div class="actionBar_list">
154 154
             <div style="width:120px;">
155
-              审核:{{
155
+              审核:<span v-if="item.advices.length> 0 || item.advices != undefined" >{{
156 156
               getDoctor(item.advices[0].checker)
157 157
                 ? getDoctor(item.advices[0].checker)
158 158
                 : ""
159
-            }}
159
+            }}</span>
160 160
             </div>
161 161
             
162 162
           </div>
@@ -183,11 +183,11 @@
183 183
           </div>
184 184
           <div class="actionBar_list">
185 185
             <div style="width:120px;">
186
-              核对:{{
187
-                getDoctor(item.advices[0].checker)
188
-                  ? getDoctor(item.advices[0].checker)
189
-                  : ""
190
-              }}
186
+              核对:<span v-if="item.advices.length> 0 || item.advices != undefined" >{{
187
+              getDoctor(item.advices[0].checker)
188
+                ? getDoctor(item.advices[0].checker)
189
+                : ""
190
+            }}</span>
191 191
             </div>
192 192
             <!-- <div class="actionBar_val">
193 193