Commit f7614097 authored by mengzixuan's avatar mengzixuan

feat: (报表中心): 修改字段

parent 9542bb24
......@@ -37,7 +37,17 @@
columns: contractColumns,
formConfig: {
labelWidth: 120,
schemas: searchFormSchema,
schemas: [
{
field: 'contactName',
label: '',
component: 'Input',
componentProps: {
placeholder: '合同名称',
},
colProps: { span: 5 },
},
],
},
searchInfo: {
proId: detailId,
......
This diff is collapsed.
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