优化履约路由并重命名乐玩通道
This commit is contained in:
@@ -424,7 +424,7 @@ function canRebindListTask(item: AdminTaskListItem, canManageTaskLifecycle: bool
|
||||
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' }
|
||||
|
||||
Reference in New Issue
Block a user