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/formtabconfig/actionform/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/formtabconfig/actionform/index.jsx b/src/templates/formtabconfig/actionform/index.jsx index ffa92c8..c766a7f 100644 --- a/src/templates/formtabconfig/actionform/index.jsx +++ b/src/templates/formtabconfig/actionform/index.jsx @@ -98,10 +98,10 @@ item.options = [ { value: 'prompt', - text: this.props.dict['header.form.prompt'] + text: this.props.dict['model.form.prompt'] }, { value: 'exec', - text: this.props.dict['header.form.exec'] + text: this.props.dict['model.form.exec'] } ] if (card.btnType === 'cancel') { -- Gitblit v1.8.0