feat(sj_1.0.0_beta3): 新增工作流取消按钮
This commit is contained in:
parent
f293004f35
commit
f68d50aa12
@ -98,7 +98,7 @@ export const taskBatchStatusEnum: Record<Flow.TaskBatchStatus, Flow.TaskBatchSta
|
||||
title: $t('snail.enum.taskBatchStatus.cancel'),
|
||||
name: 'cancel',
|
||||
color: '#f5732d',
|
||||
icon: 'ant-design:close-circle-outlined'
|
||||
icon: 'mdi:cancel'
|
||||
},
|
||||
98: {
|
||||
title: $t('snail.enum.taskBatchStatus.decisionFailed'),
|
||||
|
@ -7,6 +7,9 @@
|
||||
"icons": {
|
||||
"transit-skip": {
|
||||
"body": "<path fill=\"currentColor\" d=\"M21 12c0-4-2.5-7.3-6-8.5c-.3-1.4-1.5-2.5-3-2.5c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.1 0 2.1-.6 2.6-1.5C17.2 6.5 19 9 19 12c0 2.9-1.8 5.5-4.4 6.5c-.5-.9-1.5-1.5-2.6-1.5c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.5 0 2.7-1.1 3-2.5c3.5-1.2 6-4.6 6-8.5m-9-7c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m0 16c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m0-12c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3\"/>"
|
||||
},
|
||||
"cancel": {
|
||||
"body": "<path fill=\"currentColor\" d=\"M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2m0 2c-1.9 0-3.6.6-4.9 1.7l11.2 11.2c1-1.4 1.7-3.1 1.7-4.9c0-4.4-3.6-8-8-8m4.9 14.3L5.7 7.1C4.6 8.4 4 10.1 4 12c0 4.4 3.6 8 8 8c1.9 0 3.6-.6 4.9-1.7\"/>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user