king
2020-02-28 888095418c902cc94693cba8b45f31bb79cdf818
src/templates/tableshare/formconfig.js
@@ -326,10 +326,13 @@
    {
      type: 'select',
      key: 'pageTemplate',
      label: Formdict['header.form.pageTemplate'],
      label: Formdict['header.form.newpage.type'],
      initVal: card.pageTemplate || '',
      required: true,
      options: []
      options: [{
        value: 'print',
        text: Formdict['header.menu.printTemplate']
      }]
    },
    {
      type: 'text',
@@ -1012,7 +1015,7 @@
      type: 'radio',
      key: 'required',
      label: Formdict['header.form.field.required'],
      initVal: card.required || 'false',
      initVal: card.required || 'true',
      options: [{
        value: 'true',
        text: Formdict['header.form.true']