From 58a28e1faa15f638a136fefdcfcd0b3106c1fa16 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 24 六月 2020 10:18:54 +0800 Subject: [PATCH] 2020-06-24 --- src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx b/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx index 601f01d..7da9b0a 100644 --- a/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx +++ b/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 }, -- Gitblit v1.8.0