feat(platform): label dashboard protocols as evidence
This commit is contained in:
@@ -153,12 +153,12 @@ export function Dashboard({ onOpenVehicle, onOpenQuality, onOpenVehicles }: { on
|
||||
</Card>
|
||||
</Col>
|
||||
<Col span={8}>
|
||||
<Card title="数据来源在线分布" bordered>
|
||||
<Card title="来源证据在线分布" bordered>
|
||||
<Table
|
||||
pagination={false}
|
||||
dataSource={serviceSummary?.protocols ?? summary?.protocols ?? []}
|
||||
columns={[
|
||||
{ title: '数据来源', dataIndex: 'protocol' },
|
||||
{ title: '来源证据', dataIndex: 'protocol' },
|
||||
{ title: '在线', dataIndex: 'online' },
|
||||
{ title: '总数', dataIndex: 'total' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user