优化履约路由并重命名乐玩通道

This commit is contained in:
yml2213
2026-07-09 10:49:33 +08:00
parent 71602683d2
commit 4d5b0d6fc6
28 changed files with 1448 additions and 53 deletions
@@ -411,7 +411,7 @@ export default function AdminTaskDetailPage() {
items={[
{
key: 'cloud',
label: '快手 Cloud',
label: 'kuaishou-lewan',
children: flow ? (
<KuaishouCloudPanel
flow={flow}
@@ -427,7 +427,7 @@ export default function AdminTaskDetailPage() {
}
/>
) : (
<Empty description="无快手 Cloud 履约上下文" />
<Empty description="无 kuaishou-lewan 履约上下文" />
),
},
{
@@ -552,7 +552,7 @@ function TaskActionPanel({
{hasCloudActions ? (
<section className="task-action-group">
<Typography.Text type="secondary"> Cloud</Typography.Text>
<Typography.Text type="secondary">kuaishou-lewan</Typography.Text>
<Space wrap>
{canManageTaskLifecycle && operations.canPrepareKuaishouCloudFulfillment ? (
<Button
@@ -871,7 +871,7 @@ function resolveDeliveryStepSummary(detail: AdminTaskDetail) {
function resolveTaskExecutorDisplay(value: unknown) {
const executorKey = String(value || '').trim()
if (executorKey === 'kuaishou_ct_assisted') {
return { label: '快手 Cloud', color: 'blue' }
return { label: 'kuaishou-lewan', color: 'blue' }
}
if (executorKey === 'kuaishou-industry') {
return { label: '行业电子凭证', color: 'cyan' }
@@ -1129,7 +1129,7 @@ function KuaishouCloudPanel({
return (
<section className="kuaishou-cloud-stack">
<Card
title="快手 Cloud 履约"
title="kuaishou-lewan 履约"
extra={
<Button
icon={<ReloadOutlined />}