Commit 693cbfda authored by 小费同学阿's avatar 小费同学阿 💬

项目库,报表中心的计划完成情况的建设地点筛选变成下拉框

parent 3dba94d2
......@@ -194,7 +194,16 @@ export function getFormConfig(): Partial<FormProps> {
label: '建设地点',
field: 'constructionSite',
labelWidth: '140px',
component: 'Input',
component: 'Select',
componentProps: {
options: [
{ label: '华苑片区', value: '华苑片区' },
{ label: '渤龙湖片区', value: '渤龙湖片区' },
{ label: '海洋片区', value: '海洋片区' },
{ label: '北塘片区', value: '北塘片区' },
{ label: '其他', value: '其他' },
],
},
colProps: {
xl: 8,
xxl: 4,
......
......@@ -469,7 +469,16 @@ export function getFormConfig(): Partial<FormProps> {
label: '建设地点',
field: 'constructionSite',
labelWidth: '140px',
component: 'Input',
component: 'Select',
componentProps: {
options: [
{ label: '华苑片区', value: '华苑片区' },
{ label: '渤龙湖片区', value: '渤龙湖片区' },
{ label: '海洋片区', value: '海洋片区' },
{ label: '北塘片区', value: '北塘片区' },
{ label: '其他', value: '其他' },
],
},
colProps: {
xl: 8,
xxl: 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment