From c83a50317baeba1a4771e4d802eee029ed2b7e31 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 六月 2020 18:23:43 +0800 Subject: [PATCH] 2020-06-23 --- src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx b/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx index b83a034..601f01d 100644 --- a/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx +++ b/src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx @@ -16,25 +16,25 @@ { type: 'text', key: 'label', - label: this.props.dict['header.form.name'], + label: this.props.dict['model.form.name'], initVal: this.props.card.label, required: true }, { type: 'select', key: 'Align', - label: this.props.dict['header.form.align'], + label: this.props.dict['model.form.align'], initVal: this.props.card.Align, required: true, options: [{ MenuID: 'left', - text: this.props.dict['header.form.alignLeft'] + text: this.props.dict['model.form.alignLeft'] }, { MenuID: 'right', - text: this.props.dict['header.form.alignRight'] + text: this.props.dict['model.form.alignRight'] }, { MenuID: 'center', - text: this.props.dict['header.form.alignCenter'] + text: this.props.dict['model.form.alignCenter'] }] }, { -- Gitblit v1.8.0