king
2020-07-06 3193df5faaacb0fe903ce993b16319276528524f
src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx
@@ -48,7 +48,7 @@
      {
        type: 'select',
        key: 'style',
        label: this.props.dict['header.form.style'],
        label: this.props.dict['model.form.style'],
        initVal: this.props.card.style,
        required: true,
        options: [{
@@ -56,7 +56,7 @@
          text: this.props.dict['header.form.button']
        }, {
          MenuID: 'text',
          text: this.props.dict['model.form.text']
          text: this.props.dict['model.form.href']
        }]
      },
      {