Browse Source

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

XMLWAN 4 years ago
parent
commit
800768b0f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/dialysis/template/DialysisPrintOrderEighteen.vue

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderEighteen.vue View 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>