feat(platform): copy customer service scope

This commit is contained in:
lingniu
2026-07-05 19:33:06 +08:00
parent 0c3c6e7b3d
commit 2e0b13dfb5
3 changed files with 120 additions and 1 deletions

View File

@@ -142,6 +142,7 @@ export function AppShell({
currentVehicleConsistency,
customerTimeWindow,
onCustomerTimeWindowChange,
onCopyCustomerScope,
onChange,
onCustomerTask,
onVehicleSearch,
@@ -157,6 +158,7 @@ export function AppShell({
currentVehicleConsistency?: VehicleSourceConsistency;
customerTimeWindow?: Record<string, string>;
onCustomerTimeWindowChange?: (filters: Record<string, string>) => void;
onCopyCustomerScope?: () => void;
onChange: (page: PageKey) => void;
onCustomerTask?: (page: PageKey) => void;
onVehicleSearch: (keyword: string) => void | Promise<void>;
@@ -326,6 +328,13 @@ export function AppShell({
</Button>
))}
</div>
<Button
size="small"
aria-label="顶部复制客户服务范围"
onClick={onCopyCustomerScope}
>
</Button>
<Button
size="small"
aria-label={`顶部${alertLabel}`}