模糊查询都是多选
This commit is contained in:
@@ -332,6 +332,7 @@ const initTable = async () => {
|
|||||||
hideColumns.value.push( config.prop )
|
hideColumns.value.push( config.prop )
|
||||||
}
|
}
|
||||||
if (item.queryMode == 'RANGE') config.searchRange = true
|
if (item.queryMode == 'RANGE') config.searchRange = true
|
||||||
|
if (item.queryMode == 'LIKE') config.multiple = config.collapseTags=true
|
||||||
if (['Integer', 'BigInt', 'BigDecimal'].includes(item.fieldType)) config.type = 'number'
|
if (['Integer', 'BigInt', 'BigDecimal'].includes(item.fieldType)) config.type = 'number'
|
||||||
else if (item.fieldType == 'Date') {
|
else if (item.fieldType == 'Date') {
|
||||||
config.type = 'date'
|
config.type = 'date'
|
||||||
|
|||||||
Reference in New Issue
Block a user