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/zshare/formconfig.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx
index 1251e4e..9c16255 100644
--- a/src/templates/zshare/formconfig.jsx
+++ b/src/templates/zshare/formconfig.jsx
@@ -1452,7 +1452,7 @@
       initVal: card.format || '',
       options: [{
         value: '',
-        text: Formdict['header.form.empty']
+        text: Formdict['model.empty']
       }, {
         value: 'thdSeparator',
         text: Formdict['header.form.thdSeparator']
@@ -2221,7 +2221,7 @@
       initVal: card.regular || '',
       options: [{
         value: '',
-        text: Formdict['header.form.empty']
+        text: Formdict['model.empty']
       }, {
         value: 'number',
         text: Formdict['model.form.number']
@@ -2440,7 +2440,7 @@
       required: false,
       options: [{
         value: '',
-        text: Formdict['header.form.empty']
+        text: Formdict['model.empty']
       }, {
         value: 'table',
         text: 'table'

--
Gitblit v1.8.0