| | |
| | | text: '>=' |
| | | }] |
| | | }, |
| | | // { |
| | | // type: 'select', |
| | | // key: 'display', |
| | | // label: Formdict['header.form.display'], |
| | | // initVal: card.display || 'dropdown', |
| | | // required: true, |
| | | // options: [{ |
| | | // value: 'dropdown', |
| | | // text: Formdict['header.form.dropdown'] |
| | | // // }, { |
| | | // // value: 'button', |
| | | // // text: Formdict['header.form.button'] |
| | | // }] |
| | | // }, |
| | | { |
| | | type: 'radio', |
| | | key: 'database', |
| | |
| | | }] |
| | | }, |
| | | { |
| | | type: 'radio', |
| | | key: 'advanced', |
| | | label: '高级搜索', |
| | | initVal: card.advanced || 'false', |
| | | options: [{ |
| | | value: 'true', |
| | | text: Formdict['model.true'] |
| | | }, { |
| | | value: 'false', |
| | | text: Formdict['model.false'] |
| | | }] |
| | | }, |
| | | { |
| | | type: 'multiselect', |
| | | key: 'blacklist', |
| | | label: Formdict['header.form.blacklist'], |