feat(platform): clarify customer data export flow
This commit is contained in:
@@ -1242,7 +1242,7 @@ export function History({
|
||||
<Card bordered className="vp-history-customer-export-board" bodyStyle={{ padding: 0 }}>
|
||||
<div className="vp-history-customer-export-summary">
|
||||
<Space wrap>
|
||||
<Tag color="blue">客户历史查询导出</Tag>
|
||||
<Tag color="blue">客户数据交付中心</Tag>
|
||||
<Tag color={deliveryStateColor}>{deliveryState}</Tag>
|
||||
<Tag color={activeTab === 'location' ? 'green' : activeTab === 'raw' ? 'blue' : 'orange'}>
|
||||
{activeTab === 'location' ? '位置历史' : activeTab === 'raw' ? '历史明细' : '字段明细'}
|
||||
@@ -1250,7 +1250,7 @@ export function History({
|
||||
</Space>
|
||||
<Typography.Title heading={5} style={{ margin: 0 }}>先锁定车辆和时间窗,再选择交付物并导出</Typography.Title>
|
||||
<Typography.Text type="secondary">
|
||||
面向客户的历史查询导出以车辆服务为中心:同一个筛选范围可以交付位置历史、历史明细、字段明细、轨迹复盘和里程复核。
|
||||
面向客户的数据导出以车辆服务为中心:同一个筛选范围可以交付位置历史、历史明细、字段明细、CSV 文件、轨迹复盘和里程复核。
|
||||
</Typography.Text>
|
||||
<Space wrap>
|
||||
<Button size="small" theme="solid" type="primary" onClick={() => openQueryTab('location')}>查询位置</Button>
|
||||
@@ -1318,7 +1318,7 @@ export function History({
|
||||
className="vp-history-customer-export-step"
|
||||
disabled={item.disabled}
|
||||
onClick={item.onClick}
|
||||
aria-label={`客户历史查询导出 ${item.title} ${item.action}`}
|
||||
aria-label={`客户数据交付中心 ${item.title} ${item.action}`}
|
||||
>
|
||||
<span>{item.step}</span>
|
||||
<Tag color={item.color}>{item.title}</Tag>
|
||||
|
||||
Reference in New Issue
Block a user