Ver código fonte

11月20日,打印单

yq1 2 dias atrás
pai
commit
020d4a9fa8

+ 7 - 33
src/pages/main/template/DialysisPrintOrderSeventeen.vue Ver arquivo

@@ -76,39 +76,13 @@
76 76
             </tr>
77 77
               <tr>
78 78
               <td style="text-align:left;" colspan="3">
79
-                  <span style="display:inline-block;margin-left:15px;"
80
-                  >治疗方式:</span
81
-                  >
82
-                  <label-box
83
-                  :isChecked="prescription.mode_id == 1 ? true : false"
84
-                  showValue="HD"
85
-                  ></label-box
86
-                  >&nbsp;
87
-                  <label-box
88
-                  :isChecked="prescription.mode_id == 2 ? true : false"
89
-                  showValue="HDF"
90
-                  ></label-box
91
-                  >&nbsp;
92
-                  <label-box
93
-                  :isChecked="prescription.mode_id == 4 ? true : false"
94
-                  showValue="HP"
95
-                  ></label-box
96
-                  >&nbsp;
97
-                  <label-box
98
-                  :isChecked="prescription.mode_id == 7 ? true : false"
99
-                  showValue="IUF"
100
-                  ></label-box
101
-                  >&nbsp;
102
-                  <label-box
103
-                  :isChecked="prescription.mode_id == 5 ? true : false"
104
-                  showValue="HF"
105
-                  ></label-box
106
-                  >&nbsp;
107
-                  <label-box
108
-                  :isChecked="prescription.mode_id == 3 ? true : false"
109
-                  showValue="HD+HP"
110
-                  ></label-box
111
-                  >
79
+                  <span style="display:inline-block;margin-left:2px;">治疗方式:</span>
80
+                  <label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>
81
+                  <label-box :isChecked="prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>
82
+                  <label-box :isChecked="prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>
83
+                  <label-box :isChecked="prescription.mode_id == 7 ? true : false" showValue="IUF"></label-box>
84
+                  <label-box :isChecked="prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>
85
+                  <label-box :isChecked="prescription.mode_id == 3 ? true : false" showValue="HD+HP"></label-box>
112 86
               </td>
113 87
               <td style="text-align:left;" colspan="4">
114 88
                   <span style="display:inline-block;margin-left:15px;"