| | |
| | | mode: 'multiple', |
| | | options: resets |
| | | }, |
| | | { |
| | | type: 'radio', |
| | | key: 'returnValue', |
| | | label: '更新表单', |
| | | initVal: card.returnValue || 'false', |
| | | tooltip: '与重置表单配合使用,开启时,必须在自定义脚本中返回数据,用于替换字段集和填充表单。', |
| | | options: [{ |
| | | value: 'false', |
| | | text: '禁用' |
| | | }, { |
| | | value: 'true', |
| | | text: '启用' |
| | | }] |
| | | }, |
| | | // { |
| | | // type: 'radio', |
| | | // key: 'returnValue', |
| | | // label: '更新表单', |
| | | // initVal: card.returnValue || 'false', |
| | | // tooltip: '与重置表单配合使用,开启时,必须在自定义脚本中返回数据,用于替换字段集和填充表单。', |
| | | // options: [{ |
| | | // value: 'false', |
| | | // text: '禁用' |
| | | // }, { |
| | | // value: 'true', |
| | | // text: '启用' |
| | | // }] |
| | | // }, |
| | | { |
| | | type: 'radio', |
| | | key: 'reload', |