king
2022-05-17 fb3ec146a9e1444ece749d0bcf232a554e933fb0
src/utils/option.js
@@ -66,6 +66,13 @@
    isSubtable: true
  },
  {
    title: '自定义',
    type: 'CustomPage',
    url: customImg,
    baseconfig: '',
    isSystem: true
  },
  {
    title: '树形页面',
    type: 'TreePage',
    url: treepage,
@@ -80,13 +87,6 @@
    isSystem: true
  },
  {
    title: '自定义',
    type: 'CustomPage',
    url: customImg,
    baseconfig: '',
    isSystem: true
  },
  {
    title: '外部页面',
    type: 'NewPage',
    url: customImg,
@@ -97,8 +97,7 @@
    title: '角色权限分配',
    type: 'RolePermission',
    url: rolemanage,
    isSystem: true,
    hidden: true
    isSystem: true
  }
]
@@ -196,6 +195,18 @@
  }, {
    value: '=',
    text: '='
  }, {
    value: '>',
    text: '>'
  }, {
    value: '<',
    text: '<'
  }, {
    value: '>=',
    text: '>='
  }, {
    value: '<=',
    text: '<='
  }],
  multiselect: [{
    value: 'like',
@@ -205,14 +216,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: '>=',