| | |
| | | |
| | | // 匹配规则 |
| | | export const matchReg = { |
| | | text: [{ |
| | | class1: [{ |
| | | value: 'like', |
| | | text: 'like' |
| | | }, { |
| | |
| | | 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: '=' |
| | | }, { |
| | |
| | | value: '<=', |
| | | text: '<=' |
| | | }], |
| | | date: [{ |
| | | class3: [{ |
| | | value: 'like', |
| | | text: 'like' |
| | | }, { |
| | | value: 'not like', |
| | | text: 'not like' |
| | | }], |
| | | class4: [{ |
| | | value: '>=', |
| | | text: '>=' |
| | | }, { |
| | |
| | | value: '=', |
| | | text: '=' |
| | | }], |
| | | datemonth: [{ |
| | | value: 'between', |
| | | text: 'between' |
| | | }], |
| | | daterange: [{ |
| | | class5: [{ |
| | | value: 'between', |
| | | text: 'between' |
| | | }] |