logicCheck.js 207 Bytes
export default [
  {
    label: '逻辑校验1',
    value: 'checkMethod1'
  },
  {
    label: '逻辑校验2',
    value: 'checkMethod2'
  },
  {
    label: '逻辑校验3',
    value: 'checkMethod3'
  }
]