| | |
| | | {field: 'pageLayout', values: ['true']}, |
| | | {field: 'syncModule', values: ['true']}, |
| | | {field: 'checkAll', values: ['true']}, |
| | | {field: 'hide', values: ['true']}, |
| | | ], |
| | | forbid: appType === 'mob' |
| | | }, |
| | |
| | | forbid: appType === 'mob' |
| | | }, |
| | | { |
| | | type: 'checkbox', |
| | | field: 'hide', |
| | | label: '隐藏元素', |
| | | initval: setting.hide || [], |
| | | tooltip: '执行打印时需要隐藏的页面元素。', |
| | | required: false, |
| | | options: [ |
| | | {value: 'search', label: '搜索'}, |
| | | {value: 'button', label: '按钮'}, |
| | | ], |
| | | forbid: appType === 'mob' |
| | | }, |
| | | { |
| | | type: 'multiselect', |
| | | field: 'blacklist', |
| | | label: '黑名单', |