| | |
| | | }, { |
| | | value: 'line-chart', |
| | | text: 'line-chart' |
| | | }] |
| | | }], |
| | | forbid: type === 'CalendarPage', |
| | | }, |
| | | { |
| | | type: 'select', |
| | |
| | | label: Formdict['header.form.supTab'], |
| | | initVal: supMenu, |
| | | required: false, |
| | | options: menus |
| | | options: menus, |
| | | forbid: type === 'CalendarPage', |
| | | }, |
| | | { |
| | | type: 'mutilselect', |
| | |
| | | tooltip: '如果子标签中含有刷新同级标签的按钮,在此处添加需要刷新的标签。', |
| | | initVal: equalTab, |
| | | required: false, |
| | | options: equalTabs |
| | | options: equalTabs, |
| | | forbid: type === 'CalendarPage', |
| | | }, |
| | | { |
| | | type: 'text', |
| | |
| | | initVal: card.searchPass || 'false', |
| | | tooltip: '使用主表搜索条件时,主表的搜索条件会传入子表中。', |
| | | required: false, |
| | | forbid: type !== 'CommonTable', |
| | | forbid: type !== 'CommonTable' && type !== 'CalendarPage', |
| | | options: [{ |
| | | value: 'true', |
| | | text: '使用' |