king
2020-02-22 592ff0aa0f2d45d143872b672a1468e268d3157f
src/templates/tableshare/formconfig.js
@@ -203,6 +203,14 @@
        value: 'sso',
        text: Formdict['header.form.database.sso']
      }]
    },
    {
      type: 'select',
      key: 'quick',
      label: Formdict['header.form.quickadd'],
      initVal: '',
      required: false,
      options: []
    }
  ]
}
@@ -1031,6 +1039,14 @@
      label: Formdict['header.form.linkForm'],
      initVal: card.linkSubField || [],
      options: inputfields
    },
    {
      type: 'select',
      key: 'quick',
      label: Formdict['header.form.quickadd'],
      initVal: '',
      required: false,
      options: []
    }
  ]
}