工作流模板 调整

szh-new
张同海 1 month ago
parent b2660508d2
commit 06e15e3c0d

@ -92,17 +92,16 @@ export const formSchema: FormSchema[] = [
{ {
field: 'status', field: 'status',
label: '是否启用', label: '是否启用',
component: 'RadioButtonGroup', component: 'Switch',
defaultValue: 1, colProps: { span: 6 },
colProps: { span: 12 }, defaultValue: 0,
componentProps: { componentProps: {
options: [ checkedChildren: '启用',
{ label: '是', value: 0 }, checkedValue: 0,
{ label: '否', value: 1 }, unCheckedChildren: '禁用',
], unCheckedValue: 1,
}, },
}, },
{ {
field: 'columnView', field: 'columnView',
label: '关联表', label: '关联表',

Loading…
Cancel
Save