king
2020-08-15 41239717c4446af79268b968557274f88a0afaeb
src/templates/zshare/formconfig.jsx
@@ -2505,7 +2505,8 @@
      }, {
        value: 'line-chart',
        text: 'line-chart'
      }]
      }],
      forbid: type === 'CalendarPage',
    },
    {
      type: 'select',
@@ -2513,7 +2514,8 @@
      label: Formdict['header.form.supTab'],
      initVal: supMenu,
      required: false,
      options: menus
      options: menus,
      forbid: type === 'CalendarPage',
    },
    {
      type: 'mutilselect',
@@ -2522,7 +2524,8 @@
      tooltip: '如果子标签中含有刷新同级标签的按钮,在此处添加需要刷新的标签。',
      initVal: equalTab,
      required: false,
      options: equalTabs
      options: equalTabs,
      forbid: type === 'CalendarPage',
    },
    {
      type: 'text',
@@ -2550,7 +2553,7 @@
      initVal: card.searchPass || 'false',
      tooltip: '使用主表搜索条件时,主表的搜索条件会传入子表中。',
      required: false,
      forbid: type !== 'CommonTable',
      forbid: type !== 'CommonTable' && type !== 'CalendarPage',
      options: [{
        value: 'true',
        text: '使用'