king
2020-06-24 dac21f9a9941681ccdc87220c2ed12ff277446d3
src/templates/zshare/formconfig.jsx
@@ -1452,7 +1452,7 @@
      initVal: card.format || '',
      options: [{
        value: '',
        text: Formdict['header.form.empty']
        text: Formdict['model.empty']
      }, {
        value: 'thdSeparator',
        text: Formdict['header.form.thdSeparator']
@@ -2221,7 +2221,7 @@
      initVal: card.regular || '',
      options: [{
        value: '',
        text: Formdict['header.form.empty']
        text: Formdict['model.empty']
      }, {
        value: 'number',
        text: Formdict['model.form.number']
@@ -2440,7 +2440,7 @@
      required: false,
      options: [{
        value: '',
        text: Formdict['header.form.empty']
        text: Formdict['model.empty']
      }, {
        value: 'table',
        text: 'table'