refine Semi UI operations review flow

This commit is contained in:
lingniu
2026-07-18 09:35:16 +08:00
parent 71f334d259
commit 04d5992252
4 changed files with 680 additions and 38 deletions

View File

@@ -353,7 +353,7 @@ export default function OperationsPage() {
className="v2-ops-command-bar"
ariaLabel="运维质量操作"
title="运行与数据质量"
description="先定位单车来源问题,再核对服务协议全局健康;所有结论来自服务端证据。"
description="集中处理自动对账问题,按需诊断单车来源,并核对服务协议健康;所有结论均可追溯。"
status={data?.runtime.dataMode === 'production' ? '生产模式' : '状态待确认'}
statusColor={data?.runtime.dataMode === 'production' ? 'green' : 'orange'}
meta={<Typography.Text type="tertiary">{data?.runtime.platformRelease ? `版本 ${data.runtime.platformRelease}` : '正在读取运行版本'}</Typography.Text>}