| | |
| | | forbid: viewType === 'popview' |
| | | }, |
| | | { |
| | | type: 'radio', |
| | | key: 'excache', |
| | | label: '清除缓存', |
| | | initVal: card.excache || 'false', |
| | | tooltip: '在使用后端脚本时,是否清除后端缓存,注:需在操作用户或权限时开启。', |
| | | required: false, |
| | | options: [ |
| | | {value: 'true', text: '开启'}, |
| | | {value: 'false', text: '关闭'}, |
| | | ] |
| | | }, |
| | | { |
| | | type: 'splitLine', |
| | | key: 'title', |
| | | label: '表单', |
| | |
| | | {value: 'false', text: '禁用'}, |
| | | ], |
| | | forbid: viewType === 'popview' |
| | | }, |
| | | { |
| | | type: 'radio', |
| | | key: 'excache', |
| | | label: '清除缓存', |
| | | initVal: card.excache || 'false', |
| | | tooltip: '在使用后端脚本时,是否清除后端缓存,注:需在操作用户或权限时开启。', |
| | | required: false, |
| | | options: [ |
| | | {value: 'true', text: '开启'}, |
| | | {value: 'false', text: '关闭'}, |
| | | ] |
| | | }, |
| | | { |
| | | type: 'radio', |