采购lng

This commit is contained in:
‘huanghaiixia’
2026-03-10 17:39:02 +08:00
parent e8db1b5b7c
commit bbdca4406f
13 changed files with 78 additions and 62 deletions

View File

@ -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: '申请说明',