king
2020-06-24 58a28e1faa15f638a136fefdcfcd0b3106c1fa16
src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx
@@ -16,7 +16,7 @@
      {
        type: 'text',
        key: 'label',
        label: this.props.dict['model.form.name'],
        label: this.props.dict['model.name'],
        initVal: this.props.card.label,
        required: true
      },
@@ -41,7 +41,7 @@
        type: 'number',
        key: 'Width',
        decimal: 0,
        label: this.props.dict['header.form.columnWidth'],
        label: this.props.dict['model.form.columnWidth'],
        initVal: this.props.card.Width,
        required: true
      },