Files
foton-laws-system-front/src/components/advancedQuery
2021-06-01 17:02:19 +08:00
..
2021-06-01 17:02:19 +08:00
2021-05-25 18:06:45 +08:00

组件相关

twoOption

搜索字段

{
  label: '计划状态',
  value: 'access_content',
  type: 'INPUT', // 搜索字段的类型
  disabled: false,
  selVal: '' // 特殊组件会使用到
}

type

  • SEL_OPTION
  • SEL_OPTS
  • DATE_PIC_OPTS
  • INPUT

selVal

SEL_OPTION

  • ORGLIST
  • USERLIST
  • ROLELIST

SEL_OPTS

  • ORGLIST
  • USERLIST
  • ROLELIST
  • SVPPS

threeOptions

搜索字段对应的选项

[
  {
    label: '未发布',
    value: '1'
  },
  {
    label: '已发布',
    value: '2'
  },
]