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/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 982b65c..99d286c 100644
--- a/src/templates/sharecomponent/actioncomponent/actionform/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/actionform/index.jsx
@@ -38,7 +38,7 @@
     }],
     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']
@@ -51,7 +51,7 @@
     }],
     deleteOptions: [{
       value: '',
-      text: this.props.dict['header.form.empty']
+      text: this.props.dict['model.empty']
     }, {
       value: 'LogicDelete',
       text: this.props.dict['header.form.action.LogicDelete']

--
Gitblit v1.8.0