|
@@ -260,7 +260,7 @@
|
260
|
260
|
<table class="print-table" border="1">
|
261
|
261
|
<tbody>
|
262
|
262
|
<tr>
|
263
|
|
- <td style="width:130px;height:40px">时间</td>
|
|
263
|
+ <!-- <td style="width:130px;height:40px">时间</td> -->
|
264
|
264
|
<td colspan="5" style="width:560px;height:40px">医嘱执行记录</td>
|
265
|
265
|
<td colspan="2" style="width:110px;height:40px">医生签名</td>
|
266
|
266
|
|
|
@@ -269,7 +269,7 @@
|
269
|
269
|
</tr>
|
270
|
270
|
|
271
|
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
|
273
|
<td colspan="5" style="height:30px;">
|
274
|
274
|
<span v-if="advice.parent_id > 0">---></span>
|
275
|
275
|
<span>{{ advice.advice_name }}</span>
|