king
2022-04-21 60dee3dc4dc6869231d6adb0c94c47e36114ca91
src/utils/option.js
@@ -196,6 +196,18 @@
  }, {
    value: '=',
    text: '='
  }, {
    value: '>',
    text: '>'
  }, {
    value: '<',
    text: '<'
  }, {
    value: '>=',
    text: '>='
  }, {
    value: '<=',
    text: '<='
  }],
  multiselect: [{
    value: 'like',
@@ -205,14 +217,26 @@
    text: 'not like'
  }],
  select: [{
    value: '=',
    text: '='
  }, {
    value: 'like',
    text: 'like'
  }, {
    value: 'not like',
    text: 'not like'
  }, {
    value: '=',
    text: '='
  }, {
    value: '>',
    text: '>'
  }, {
    value: '<',
    text: '<'
  }, {
    value: '>=',
    text: '>='
  }, {
    value: '<=',
    text: '<='
  }],
  date: [{
    value: '>=',