| | |
| | | }, |
| | | { |
| | | type: 'radio', |
| | | key: 'mkfocus', |
| | | label: '聚焦时', |
| | | initVal: card.mkfocus || 'def', |
| | | options: [{ |
| | | value: 'def', |
| | | text: '默认' |
| | | }, { |
| | | value: 'check', |
| | | text: '全选' |
| | | }, { |
| | | value: 'clear', |
| | | text: '清空' |
| | | }], |
| | | forbid: appType !== 'mob' |
| | | }, |
| | | { |
| | | type: 'radio', |
| | | key: 'sendType', |
| | | label: '发送方式', |
| | | initVal: card.sendType || 'local', |
| | |
| | | key: 'enter', |
| | | label: '回车事件', |
| | | initVal: (card.type === 'text' || card.type === 'number') ? (card.enter || 'sub') : (card.enter || 'false'), |
| | | tooltip: '点击Enter键,或文本类表单输入回车符。', |
| | | tooltip: '1、点击Enter键或文本类表单输入回车符;2、下拉选择或开关的选项切换。', |
| | | options: [{ |
| | | value: 'sub', |
| | | text: '提交' |