src/templates/sharecomponent/fieldscomponent/index.jsx
@@ -106,10 +106,13 @@ selectCards.forEach(item => { let _match = '' let initval = '' if (item.type === 'select') { let _type = item.type if (item.type === 'date') { _type = 'daterange' } else if (item.type === 'select') { _match = '=' } else { item.type = 'text' _type = 'text' _match = 'like' } @@ -118,7 +121,7 @@ label: item.label, field: item.field, initval: initval, type: item.type, type: _type, resourceType: '0', options: [], orderType: 'asc',