fix: harden real backend workflows and channel connections

This commit is contained in:
hectorzhao
2026-07-06 17:54:53 +08:00
parent 8cca361441
commit b5132d7f4e
47 changed files with 2530 additions and 314 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ export function ClientApplicationsPage() {
<dd>{formatPrice(application.customerUnitPrice)}</dd>
</div>
<div>
<dt>CMPP接状态</dt>
<dt>CMPP接状态</dt>
<dd><Tag tone={statusToneMap[linkStatus]}>{statusLabelMap[linkStatus]}</Tag></dd>
</div>
</dl>