See999 4 anni fa
parent
commit
1af4b07411

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

260
       <table class="print-table" border="1">
260
       <table class="print-table" border="1">
261
         <tbody>
261
         <tbody>
262
           <tr>
262
           <tr>
263
-            <td style="width:130px;height:40px">时间</td>
263
+            <!-- <td style="width:130px;height:40px">时间</td> -->
264
             <td colspan="5" style="width:560px;height:40px">医嘱执行记录</td>
264
             <td colspan="5" style="width:560px;height:40px">医嘱执行记录</td>
265
             <td colspan="2" style="width:110px;height:40px">医生签名</td>
265
             <td colspan="2" style="width:110px;height:40px">医生签名</td>
266
 
266
 
269
           </tr>
269
           </tr>
270
 
270
 
271
           <tr v-for="(advice, advice_index) in tableAdvice" style="height:30px">
271
           <tr v-for="(advice, advice_index) in tableAdvice" style="height:30px">
272
-            <td>{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
272
+            <!-- <td>{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td> -->
273
             <td colspan="5" style="height:30px;">
273
             <td colspan="5" style="height:30px;">
274
               <span v-if="advice.parent_id > 0">---></span>
274
               <span v-if="advice.parent_id > 0">---></span>
275
               <span>{{ advice.advice_name }}</span>
275
               <span>{{ advice.advice_name }}</span>