king
2020-08-17 ed818fbca1a913065a6a3c2c767714efe5b18685
src/templates/zshare/formconfig.jsx
@@ -986,9 +986,9 @@
    }, {
      value: 'equaltab',
      text: Formdict['header.form.refresh.equaltab']
    }, {
      value: 'mainline',
      text: Formdict['header.form.refresh.mainline']
    // }, {
    //   value: 'mainline',
    //   text: Formdict['header.form.refresh.mainline']
    })
  }
@@ -2506,7 +2506,7 @@
        value: 'line-chart',
        text: 'line-chart'
      }],
      forbid: type === 'CalendarPage',
      forbid: type === 'CalendarPage'
    },
    {
      type: 'select',
@@ -2515,7 +2515,7 @@
      initVal: supMenu,
      required: false,
      options: menus,
      forbid: type === 'CalendarPage',
      forbid: type === 'CalendarPage'
    },
    {
      type: 'mutilselect',
@@ -2525,7 +2525,7 @@
      initVal: equalTab,
      required: false,
      options: equalTabs,
      forbid: type === 'CalendarPage',
      forbid: type === 'CalendarPage'
    },
    {
      type: 'text',
@@ -2533,7 +2533,8 @@
      label: '外键',
      tooltip: '外键旨在标签页中执行默认函数(添加)时,替换BID字段',
      initVal: card.foreignKey || '',
      required: false
      required: false,
      forbid: type === 'CalendarPage'
    },
    {
      type: 'number',