平台订单:补齐BMPA单订单清理入口(详情页按钮+审计)
This commit is contained in:
@@ -1132,10 +1132,10 @@
|
|||||||
|
|
||||||
@if(! $isFullView)
|
@if(! $isFullView)
|
||||||
@if($syncErr !== '')
|
@if($syncErr !== '')
|
||||||
<div class="muted muted-xs text-danger row-warn"><span class="row-warn-prefix">原因</span>:{{ mb_substr($syncErr, 0, $SYNC_FAILED_REASON_TRUNCATE_LEN) }}</div>
|
<div class="muted muted-xs text-danger row-warn">原因:{{ mb_substr($syncErr, 0, $SYNC_FAILED_REASON_TRUNCATE_LEN) }}</div>
|
||||||
@endif
|
@endif
|
||||||
@if($bmpaErrCompact !== '')
|
@if($bmpaErrCompact !== '')
|
||||||
<div class="muted muted-xs text-danger row-warn"><span class="row-warn-prefix">BMPA</span>:{{ mb_substr($bmpaErrCompact, 0, $SYNC_FAILED_REASON_TRUNCATE_LEN) }}</div>
|
<div class="muted muted-xs text-danger row-warn">BMPA:{{ mb_substr($bmpaErrCompact, 0, $SYNC_FAILED_REASON_TRUNCATE_LEN) }}</div>
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user