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 },