Browse Source

修改

master
Jinyuanyuan 4 months ago
parent
commit
9c9efeb127
  1. 7
      src/views/projectLib/projectInfo/projectInfo.data.ts

7
src/views/projectLib/projectInfo/projectInfo.data.ts

@ -531,8 +531,6 @@ export const formSchemas: FormSchema[] = [
}, },
}; };
}, },
defaultValue: '信息化工作专班',
required: true, required: true,
// dynamicDisabled:true, // dynamicDisabled:true,
//一列占比总共24,比如一行显示2列 //一列占比总共24,比如一行显示2列
@ -558,16 +556,11 @@ export const formSchemas: FormSchema[] = [
componentProps: (({ formModel }) => { componentProps: (({ formModel }) => {
return { return {
options: [ options: [
{
value: '1782674355449606145',
label: '俞慧慧',
}
], ],
} }
}), }),
defaultValue: '1782674355449606145',
required: true, required: true,
//一列占比总共24,比如一行显示2列 //一列占比总共24,比如一行显示2列
colProps: { span: 12 }, colProps: { span: 12 },

Loading…
Cancel
Save