king
2020-03-10 c39ea1f23d21b070188abcf5f4dd5bdd7b47c1f9
src/templates/tableshare/formconfig.js
@@ -205,6 +205,16 @@
      }]
    },
    {
      type: 'number',
      key: 'ratio',
      min: 1,
      max: 24,
      label: Formdict['header.form.ratio'],
      tooltip: '每行分为24份,比例可设置为1-24',
      initVal: card.ratio,
      required: false
    },
    {
      type: 'select',
      key: 'quick',
      label: Formdict['header.form.quickadd'],