From 980210de48d28a7645553c741b097311494fb960 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 11 十一月 2021 14:42:55 +0800
Subject: [PATCH] 2021-11-11

---
 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 510e8fa..ec6adfc 100644
--- a/src/templates/zshare/formconfig.jsx
+++ b/src/templates/zshare/formconfig.jsx
@@ -734,14 +734,14 @@
     {
       type: 'radio',
       key: 'labelShow',
-      label: '鏄剧ず鍚嶇О',
+      label: '鍚嶇О',
       initVal: card.labelShow || 'true',
       options: [{
         value: 'true',
-        text: Formdict['model.true']
+        text: '鏄剧ず'
       }, {
         value: 'false',
-        text: Formdict['model.false']
+        text: '闅愯棌'
       }]
     },
     {

--
Gitblit v1.8.0