yq1 1 ano atrás
pai
commit
30cb82f6cc

+ 5 - 1
src/xt_pages/outpatientDoctorStation/template/prinSeven.vue Ver arquivo

@@ -21,7 +21,11 @@
21 21
         >
22 22
           {{ orgname }}处方笺
23 23
         </div>
24
-        <div class="printTitle" v-else>{{ orgname }}处方笺</div>
24
+        <div class="printTitle" v-else>
25
+          <span>{{ orgname }}处方笺</span>
26
+          <span style="font-size: 14px;font-weight: normal;color: red;" 
27
+            v-if="prescriptions[index].med_type == '1112'">(精)</span>
28
+        </div>
25 29
         <div >
26 30
           <div  style="display: flex;border-top: 2px solid #000;margin-top: 10px;line-height: 24px;padding: 0 10px;">
27 31
             <p style="width: 200px;">姓名:{{ item.patient.name ? item.patient.name : "" }}</p>