|
@@ -51,12 +51,12 @@
|
51
|
51
|
|
52
|
52
|
<table class="table">
|
53
|
53
|
<tr @click="cancelAdviceSelect">
|
54
|
|
- <th width="12%">开嘱医生</th>
|
55
|
|
- <th width="20%">开始时间</th>
|
56
|
|
- <th width="36%">医嘱内容</th>
|
57
|
|
- <th width="20%">执行时间</th>
|
58
|
|
- <th width="12%">执行护士</th>
|
59
|
|
- <th v-if="template_id != 6" width="10%">核对人员</th>
|
|
54
|
+ <th width="8%">开嘱医生</th>
|
|
55
|
+ <th width="16%">开始时间</th>
|
|
56
|
+ <th width="44%">医嘱内容</th>
|
|
57
|
+ <th width="16%">执行时间</th>
|
|
58
|
+ <th width="8%">执行护士</th>
|
|
59
|
+ <th v-if="template_id != 6" width="8%">核对人员</th>
|
60
|
60
|
</tr>
|
61
|
61
|
<template v-for="(group, group_index) in advice_groups">
|
62
|
62
|
<tr
|