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

项目库,报表中心的年度-建设性质字典转换

parent 09d3193d
...@@ -142,7 +142,16 @@ export const annualFormSchema: FormSchema[] = [ ...@@ -142,7 +142,16 @@ export const annualFormSchema: FormSchema[] = [
labelWidth: '140px', labelWidth: '140px',
field: 'attribute', field: 'attribute',
required: false, required: false,
component: 'Input', component: 'Select',
componentProps: {
options: [
{ label: '新建', value: '0' },
{ label: '结转', value: '1' },
{ label: '缓建', value: '2' },
],
disabled: true,
style: { border: 'none' },
},
}, },
{ {
label: '开竣工时间', label: '开竣工时间',
......
...@@ -120,7 +120,16 @@ export const columnsFormSchema: FormSchema[] = [ ...@@ -120,7 +120,16 @@ export const columnsFormSchema: FormSchema[] = [
labelWidth: '140px', labelWidth: '140px',
field: 'attribute', field: 'attribute',
required: false, required: false,
component: 'Input', component: 'Select',
componentProps: {
options: [
{ label: '新建', value: '0' },
{ label: '结转', value: '1' },
{ label: '缓建', value: '2' },
],
disabled: true,
style: { border: 'none' },
},
}, },
{ {
label: '开工竣工时间', label: '开工竣工时间',
......
...@@ -111,7 +111,16 @@ export const performanceFormSchema: FormSchema[] = [ ...@@ -111,7 +111,16 @@ export const performanceFormSchema: FormSchema[] = [
labelWidth: '140px', labelWidth: '140px',
field: 'attribute', field: 'attribute',
required: false, required: false,
component: 'Input', component: 'Select',
componentProps: {
options: [
{ label: '新建', value: '0' },
{ label: '结转', value: '1' },
{ label: '缓建', value: '2' },
],
disabled: true,
style: { border: 'none' },
},
}, },
{ {
label: '开工时间', label: '开工时间',
......
...@@ -120,7 +120,16 @@ export const formSchema: FormSchema[] = [ ...@@ -120,7 +120,16 @@ export const formSchema: FormSchema[] = [
labelWidth: '140px', labelWidth: '140px',
field: 'attribute', field: 'attribute',
required: false, required: false,
component: 'Input', component: 'Select',
componentProps: {
options: [
{ label: '新建', value: '0' },
{ label: '结转', value: '1' },
{ label: '缓建', value: '2' },
],
disabled: true,
style: { border: 'none' },
},
}, },
{ {
label: '开工竣工时间', label: '开工竣工时间',
......
...@@ -143,7 +143,16 @@ export const formSchema: FormSchema[] = [ ...@@ -143,7 +143,16 @@ export const formSchema: FormSchema[] = [
labelWidth: '140px', labelWidth: '140px',
field: 'attribute', field: 'attribute',
required: false, required: false,
component: 'Input', component: 'Select',
componentProps: {
options: [
{ label: '新建', value: '0' },
{ label: '结转', value: '1' },
{ label: '缓建', value: '2' },
],
disabled: true,
style: { border: 'none' },
},
}, },
{ {
label: '开竣工时间', label: '开竣工时间',
......
...@@ -364,7 +364,16 @@ export const formSchema: FormSchema[] = [ ...@@ -364,7 +364,16 @@ export const formSchema: FormSchema[] = [
labelWidth: '140px', labelWidth: '140px',
field: 'attribute', field: 'attribute',
required: false, required: false,
component: 'Input', component: 'Select',
componentProps: {
options: [
{ label: '新建', value: '0' },
{ label: '结转', value: '1' },
{ label: '缓建', value: '2' },
],
disabled: true,
style: { border: 'none' },
},
}, },
{ {
label: '开工时间', label: '开工时间',
......
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