|
@ -113,7 +113,7 @@
|
|
|
{{if prescription.status == '31' }}
|
|
|
<table class="c-wp100 c-999">
|
|
|
<tr>
|
|
|
<td>续方状态:<span class="c-333">{{prescription.status | getStatusName}}</span></td>
|
|
|
<td>续方状态:<span class="c-333">{{ prescription.status | setStatus}}</span></td>
|
|
|
<td>失败时间:<span class="c-333">{{prescription.failTime || ''}}</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
@ -126,7 +126,7 @@
|
|
|
{{else}}
|
|
|
<table class="c-wp100 c-999">
|
|
|
<tr>
|
|
|
<td>续方状态:<span class="c-333">{{prescription.status | getStatusName}}</span></td>
|
|
|
<td>续方状态:<span class="c-333">{{ prescription.status | setStatus }}</span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>续方说明:<span class="c-333">{{prescription.reason}}</span></td>
|