From c519b4e51fe07bf13a2a7e44abd648b8dc0c083d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 六月 2020 12:12:12 +0800 Subject: [PATCH] 2020-06-23 --- src/templates/sharecomponent/actioncomponent/actionform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx index 4677c2e..982b65c 100644 --- a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx @@ -269,10 +269,10 @@ formlist: _formlist }, () => { if (value === 'excelIn') { - _fieldval.label = this.props.dict['header.form.excelIn'] + _fieldval.label = this.props.dict['model.form.excelIn'] _fieldval.class = 'border-dgreen' } else if (value === 'excelOut') { - _fieldval.label = this.props.dict['header.form.excelOut'] + _fieldval.label = this.props.dict['model.form.excelOut'] _fieldval.class = 'dgreen' } -- Gitblit v1.8.0