|
@@ -98,7 +98,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
label: '单据日期(bill date)',
|
|
|
field: 'billDate',
|
|
|
component: 'RangePicker',
|
|
|
- labelWidth: 150,
|
|
|
+ labelWidth: 180,
|
|
|
componentProps: {
|
|
|
valueType: 'Date',
|
|
|
},
|
|
@@ -214,7 +214,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
{
|
|
|
label: '关闭(close)',
|
|
|
field: 'isClose',
|
|
|
- labelWidth: 150,
|
|
|
+ labelWidth: 180,
|
|
|
component: 'JDictSelectTag',
|
|
|
componentProps: {
|
|
|
dictCode: 'yes_or_no',
|