style(sj_dev_1.0.0_beta3): 优化工作流批次跳过状态颜色
This commit is contained in:
parent
715cc91c96
commit
cd28aa3c4f
@ -109,7 +109,7 @@ export const taskBatchStatusEnum: Record<Flow.TaskBatchStatus, Flow.TaskBatchSta
|
|||||||
99: {
|
99: {
|
||||||
title: $t('snail.enum.taskBatchStatus.skip'),
|
title: $t('snail.enum.taskBatchStatus.skip'),
|
||||||
name: 'skip',
|
name: 'skip',
|
||||||
color: '#ffffffa8',
|
color: '#999999a6',
|
||||||
icon: 'ant-design:close-circle-outlined'
|
icon: 'ant-design:close-circle-outlined'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user