feat(platform): copy customer service scope
This commit is contained in:
@@ -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}`}
|
||||
|
||||
Reference in New Issue
Block a user