|
@@ -1532,7 +1532,7 @@
|
1532
|
1532
|
<td style="font-size: 16px" width="10%">医生签名</td>
|
1533
|
1533
|
<!-- -->
|
1534
|
1534
|
<td style="font-size: 16px" width="10%">
|
1535
|
|
- 执行护士
|
|
1535
|
+ 执行人签名
|
1536
|
1536
|
</td>
|
1537
|
1537
|
<td style="font-size: 16px" width="10%">执行时间</td>
|
1538
|
1538
|
<td style="font-size: 16px" width="10%">核对人</td>
|
|
@@ -1615,11 +1615,11 @@
|
1615
|
1615
|
</td>
|
1616
|
1616
|
<!-- 执行护士 -->
|
1617
|
1617
|
<td height="35px">
|
1618
|
|
- <span v-if="setAdminUserES(advice, 'execution_staff') == ''">
|
1619
|
|
- {{getAdminUser(advice, 'execution_staff')}}
|
|
1618
|
+ <span v-if="setAdminUserES(advice[0], 'execution_staff') == ''">
|
|
1619
|
+ {{getAdminUser(advice[0], 'execution_staff')}}
|
1620
|
1620
|
</span>
|
1621
|
1621
|
<span v-else>
|
1622
|
|
- <img style="height:30px;" :src="setAdminUserES(advice, 'execution_staff')" alt srcset />
|
|
1622
|
+ <img style="height:30px;" :src="setAdminUserES(advice[0], 'execution_staff')" alt srcset />
|
1623
|
1623
|
</span>
|
1624
|
1624
|
</td>
|
1625
|
1625
|
<td height="35px">
|