| | |
| | | }, { |
| | | value: 'equaltab', |
| | | text: Formdict['header.form.refresh.equaltab'] |
| | | }, { |
| | | value: 'mainline', |
| | | text: Formdict['header.form.refresh.mainline'] |
| | | // }, { |
| | | // value: 'mainline', |
| | | // text: Formdict['header.form.refresh.mainline'] |
| | | }) |
| | | } |
| | | |
| | |
| | | value: 'line-chart', |
| | | text: 'line-chart' |
| | | }], |
| | | forbid: type === 'CalendarPage', |
| | | forbid: type === 'CalendarPage' |
| | | }, |
| | | { |
| | | type: 'select', |
| | |
| | | initVal: supMenu, |
| | | required: false, |
| | | options: menus, |
| | | forbid: type === 'CalendarPage', |
| | | forbid: type === 'CalendarPage' |
| | | }, |
| | | { |
| | | type: 'mutilselect', |
| | |
| | | initVal: equalTab, |
| | | required: false, |
| | | options: equalTabs, |
| | | forbid: type === 'CalendarPage', |
| | | forbid: type === 'CalendarPage' |
| | | }, |
| | | { |
| | | type: 'text', |
| | |
| | | label: '外键', |
| | | tooltip: '外键旨在标签页中执行默认函数(添加)时,替换BID字段', |
| | | initVal: card.foreignKey || '', |
| | | required: false |
| | | required: false, |
| | | forbid: type === 'CalendarPage' |
| | | }, |
| | | { |
| | | type: 'number', |