king
2020-02-17 0594fe8d97286a535177f8ba05972d0305fc7dee
src/templates/tableshare/formconfig.js
@@ -488,6 +488,13 @@
    },
    {
      type: 'text',
      key: 'sheet',
      label: Formdict['header.form.tablename'],
      initVal: card.sheet || config.setting.tableName || '',
      required: true
    },
    {
      type: 'text',
      key: 'sql',
      label: Formdict['header.form.tablename'],
      initVal: card.sql || config.setting.tableName || '',