模糊查询都是多选
This commit is contained in:
@@ -332,6 +332,7 @@ const initTable = async () => {
|
||||
hideColumns.value.push( config.prop )
|
||||
}
|
||||
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'
|
||||
else if (item.fieldType == 'Date') {
|
||||
config.type = 'date'
|
||||
|
||||
Reference in New Issue
Block a user