king
2022-10-22 03a22ec6f9ad7303d10b4c65bb5bc6fa5cbd448a
src/templates/sharecomponent/fieldscomponent/index.jsx
@@ -108,9 +108,6 @@
        let initval = ''
        if (item.type === 'select') {
          _match = '='
        } else if (item.type === 'daterange') {
          initval = '[30, 0]'
          _match = 'between'
        } else {
          item.type = 'text'
          _match = 'like'
@@ -140,7 +137,7 @@
          label: item.label,
          field: item.field,
          Hide: 'false',
          IsSort: item.type === 'picture' ? 'false' : 'true',
          IsSort: 'true',
          type: item.type,
          Width: item.type === 'number' ? 80 : 120
        }