Commit 2f48f71b authored by 高滢's avatar 高滢

feat(备注): 标题宽度

parent 1c8dabdb
...@@ -350,7 +350,7 @@ export function formSchema(year, planType): FormSchema[] { ...@@ -350,7 +350,7 @@ export function formSchema(year, planType): FormSchema[] {
{ {
label: '备注(资金缺口解决途径)', label: '备注(资金缺口解决途径)',
field: 'remarks', field: 'remarks',
// required: true, labelWidth: 300,
component: 'InputTextArea', component: 'InputTextArea',
componentProps: { componentProps: {
maxlength: 100, maxlength: 100,
......
...@@ -672,7 +672,7 @@ export function formSchema(year, planType): FormSchema[] { ...@@ -672,7 +672,7 @@ export function formSchema(year, planType): FormSchema[] {
}, },
{ {
label: '备注(未完成投资计划项目请备注原因)', label: '备注(未完成投资计划项目请备注原因)',
labelWidth:300, labelWidth: 300,
field: 'completionRemarks', field: 'completionRemarks',
component: 'InputTextArea', component: 'InputTextArea',
componentProps: { componentProps: {
......
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