平台订单:补齐BMPA单订单清理入口(详情页按钮+审计)

This commit is contained in:
萝卜
2026-03-14 14:13:51 +00:00
parent 98073f2b71
commit 3b89174a8f

View File

@@ -1132,10 +1132,10 @@
@if(! $isFullView)
@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
@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
</td>