From dac21f9a9941681ccdc87220c2ed12ff277446d3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 24 六月 2020 11:00:42 +0800 Subject: [PATCH] 2020-06-24 --- src/templates/formtabconfig/actionform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/formtabconfig/actionform/index.jsx b/src/templates/formtabconfig/actionform/index.jsx index c766a7f..cebb652 100644 --- a/src/templates/formtabconfig/actionform/index.jsx +++ b/src/templates/formtabconfig/actionform/index.jsx @@ -22,7 +22,7 @@ interType: null, // 鎺ュ彛绫诲瀷锛氬唴閮ㄣ�佸閮� insertUpdateOptions: [{ value: '', - text: this.props.dict['header.form.empty'] + text: this.props.dict['model.empty'] }, { value: 'insert', text: this.props.dict['header.form.action.insert'] -- Gitblit v1.8.0