采购lng
This commit is contained in:
@ -7,17 +7,17 @@ export const formConfig = {
|
||||
|
||||
export const searchFormSchema: FormSchema[] = [
|
||||
|
||||
{
|
||||
field: 'dateFrom',
|
||||
label: '申请日期',
|
||||
component: 'RangePicker',
|
||||
componentProps: {
|
||||
format: 'YYYY-MM-DD',
|
||||
style: { width: '100%' },
|
||||
allowClear: true,
|
||||
getPopupContainer: () => document.body,
|
||||
},
|
||||
},
|
||||
// {
|
||||
// field: 'dateFrom',
|
||||
// label: '申请日期',
|
||||
// component: 'RangePicker',
|
||||
// componentProps: {
|
||||
// format: 'YYYY-MM-DD',
|
||||
// style: { width: '100%' },
|
||||
// allowClear: true,
|
||||
// getPopupContainer: () => document.body,
|
||||
// },
|
||||
// },
|
||||
{
|
||||
field: 'priceDesc',
|
||||
label: '申请说明',
|
||||
|
||||
@ -6,17 +6,17 @@ export const formConfig = {
|
||||
};
|
||||
|
||||
export const searchFormSchema: FormSchema[] = [
|
||||
{
|
||||
field: 'dateFrom',
|
||||
label: '申请日期',
|
||||
component: 'RangePicker',
|
||||
componentProps: {
|
||||
format: 'YYYY-MM-DD',
|
||||
style: { width: '100%' },
|
||||
allowClear: true,
|
||||
getPopupContainer: () => document.body,
|
||||
},
|
||||
},
|
||||
// {
|
||||
// field: 'dateFrom',
|
||||
// label: '申请日期',
|
||||
// component: 'RangePicker',
|
||||
// componentProps: {
|
||||
// format: 'YYYY-MM-DD',
|
||||
// style: { width: '100%' },
|
||||
// allowClear: true,
|
||||
// getPopupContainer: () => document.body,
|
||||
// },
|
||||
// },
|
||||
{
|
||||
field: 'priceDesc',
|
||||
label: '申请说明',
|
||||
|
||||
Reference in New Issue
Block a user