fix : 修复工作流流程新增bug
This commit is contained in:
@@ -46,7 +46,7 @@ const assignedUser = computed(() => {
|
||||
|
||||
const headerBgc = computed(() => {
|
||||
if (props.mode === 'design' || props.mode === 'view') {
|
||||
return '#ff943e'
|
||||
return '#F0A32E'
|
||||
} else {
|
||||
return props.config.props.headerBgc
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user