提交 0139e922 authored 作者: jinrongbin's avatar jinrongbin

自规部门审核修改为只有下达意见

上级 5956e4e9
......@@ -354,13 +354,15 @@ export const ZgshformSchema: FormSchema[] = [
{
label: '审核',
field: 'audits',
component: 'Select',
defaultValue: '下达意见',
component: 'RadioGroup',
required: true,
componentProps: {
options: [
{ label: '下达意见', value: '下达意见' },
{ label: '审核通过', value: '审核通过' }
]
componentProps: () => {
return {
options: [
{ label: '下达意见', value: '下达意见' }
]
}
},
},
{
......
......@@ -281,13 +281,15 @@ export const ZgshformSchema: FormSchema[] = [
{
label: '审核',
field: 'audits',
component: 'Select',
defaultValue: '下达意见',
component: 'RadioGroup',
required: true,
componentProps: {
options: [
{ label: '下达意见', value: '下达意见' },
{ label: '审核通过', value: '审核通过' }
]
componentProps: () => {
return {
options: [
{ label: '下达意见', value: '下达意见' }
]
}
},
},
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论