king
2023-05-09 7b0dbecd1d6155d26ec67be0a47a16264c738c85
src/utils/option.js
@@ -188,7 +188,7 @@
// 匹配规则
export const matchReg = {
  text: [{
  class1: [{
    value: 'like',
    text: 'like'
  }, {
@@ -210,20 +210,7 @@
    value: '<=',
    text: '<='
  }],
  multiselect: [{
    value: 'like',
    text: 'like'
  }, {
    value: 'not like',
    text: 'not like'
  }],
  select: [{
    value: 'like',
    text: 'like'
  }, {
    value: 'not like',
    text: 'not like'
  }, {
  class2: [{
    value: '=',
    text: '='
  }, {
@@ -239,7 +226,14 @@
    value: '<=',
    text: '<='
  }],
  date: [{
  class3: [{
    value: 'like',
    text: 'like'
  }, {
    value: 'not like',
    text: 'not like'
  }],
  class4: [{
    value: '>=',
    text: '>='
  }, {
@@ -249,11 +243,7 @@
    value: '=',
    text: '='
  }],
  datemonth: [{
    value: 'between',
    text: 'between'
  }],
  daterange: [{
  class5: [{
    value: 'between',
    text: 'between'
  }]