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/actioncomponent/verifyexcelout/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx index cd33cc4..efe1b65 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.jsx @@ -19,17 +19,17 @@ verify: {}, excelColumns: [ { - title: 'Column', + title: this.props.dict['model.form.field'], dataIndex: 'Column', width: '25%' }, { - title: 'Text', + title: this.props.dict['model.name'], dataIndex: 'Text', width: '25%' }, { - title: 'Width', + title: this.props.dict['model.form.columnWidth'], dataIndex: 'Width', width: '25%' }, @@ -46,7 +46,7 @@ <Popconfirm title={this.props.dict['header.form.query.delete']} okText={this.props.dict['model.confirm']} - cancelText={this.props.dict['header.cancel']} + cancelText={this.props.dict['model.cancel']} onConfirm={() => this.handleDelete(record, 'columns') }> <span style={{color: '#1890ff', cursor: 'pointer'}}><Icon type="delete" /></span> -- Gitblit v1.8.0