see999 4 years ago
parent
commit
ecf63a8669
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue

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

@@ -113,7 +113,7 @@
113 113
                 <tbody>
114 114
                   <tr>
115 115
                     <td width="70">入科方式:</td>
116
-                    <td width="240">
116
+                    <td width="280">
117 117
                       <div>
118 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 119
                         <!--&nbsp-->
@@ -127,7 +127,7 @@
127 127
 
128 128
                     <td width='20'></td>
129 129
                     <td width="50">意识:</td>
130
-                    <td width="240">
130
+                    <td width="300">
131 131
                       <div style="display:flex;">
132 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