Sfoglia il codice sorgente

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 4 anni fa
parent
commit
f4e7d2c5ee

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue Vedi File

113
                 <tbody>
113
                 <tbody>
114
                   <tr>
114
                   <tr>
115
                     <td width="70">入科方式:</td>
115
                     <td width="70">入科方式:</td>
116
-                    <td width="240">
116
+                    <td width="280">
117
                       <div>
117
                       <div>
118
                         <label-box style="margin-left:15px;" v-for="(item, index) in way_arr" :key="index" :isChecked="receiverTreatmentAccess.way == item.id ? true : false" :showValue="item.name"></label-box>
118
                         <label-box style="margin-left:15px;" v-for="(item, index) in way_arr" :key="index" :isChecked="receiverTreatmentAccess.way == item.id ? true : false" :showValue="item.name"></label-box>
119
                         <!--&nbsp-->
119
                         <!--&nbsp-->
127
 
127
 
128
                     <td width='20'></td>
128
                     <td width='20'></td>
129
                     <td width="50">意识:</td>
129
                     <td width="50">意识:</td>
130
-                    <td width="240">
130
+                    <td width="300">
131
                       <div style="display:flex;">
131
                       <div style="display:flex;">
132
                         <label-box style="margin-left:15px;" v-for="(item, index) in consciousness_arr" :key="index" :isChecked="receiverTreatmentAccess.consciousness == item.id ? true : false" :showValue="item.name"></label-box>
132
                         <label-box style="margin-left:15px;" v-for="(item, index) in consciousness_arr" :key="index" :isChecked="receiverTreatmentAccess.consciousness == item.id ? true : false" :showValue="item.name"></label-box>
133
 
133