|
|
|
@ -155,9 +155,13 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
|
field: "${po.fieldName}",
|
|
|
|
|
<#if po.classType=='date'>
|
|
|
|
|
component: 'RangePicker',
|
|
|
|
|
componentProps: {
|
|
|
|
|
valueType: 'Date',
|
|
|
|
|
},
|
|
|
|
|
<#elseif po.classType=='datetime'>
|
|
|
|
|
component: 'RangePicker',
|
|
|
|
|
componentProps: {
|
|
|
|
|
valueType: 'Date',
|
|
|
|
|
showTime:true
|
|
|
|
|
},
|
|
|
|
|
<#elseif po.fieldDbType=='int' || po.fieldDbType=='double' || po.fieldDbType=='BigDecimal'>
|
|
|
|
|