From 1b913a7b9ceace4909594225a201efe9fbae93d3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 09 三月 2022 23:07:19 +0800
Subject: [PATCH] 2022-03-09

---
 src/templates/zshare/formconfig.jsx |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx
index a6f9ec0..65e24c3 100644
--- a/src/templates/zshare/formconfig.jsx
+++ b/src/templates/zshare/formconfig.jsx
@@ -651,6 +651,25 @@
     },
     {
       type: 'radio',
+      key: 'precision',
+      label: '绮剧‘搴�',
+      initVal: card.precision || 'day',
+      options: [{
+        value: 'day',
+        text: '澶�'
+      }, {
+        value: 'hour',
+        text: '灏忔椂'
+      }, {
+        value: 'minute',
+        text: '鍒嗛挓'
+      }, {
+        value: 'second',
+        text: '绉�'
+      }]
+    },
+    {
+      type: 'radio',
       key: 'required',
       label: Formdict['model.required'],
       initVal: card.required || 'false',
@@ -746,6 +765,7 @@
       key: 'advanced',
       label: '楂樼骇鎼滅储',
       initVal: card.advanced || 'false',
+      tooltip: '鍦ㄩ殣钘忔悳绱㈡寜閽椂锛岄珮绾ф悳绱㈡棤鏁堛��',
       forbid: appType === 'mob',
       options: [{
         value: 'true',
@@ -2270,7 +2290,7 @@
     text: Formdict['model.form.datemonth']
   }, {
     value: 'datetime',
-    text: Formdict['model.form.datetime']
+    text: '鏃ユ湡锛堝垎/绉掞級'
   }, {
     value: 'textarea',
     text: Formdict['model.form.textarea']
@@ -2335,7 +2355,7 @@
       text: Formdict['model.form.datemonth']
     }, {
       value: 'datetime',
-      text: Formdict['model.form.datetime']
+      text: '鏃ユ湡锛堝垎/绉掞級'
     }, {
       value: 'textarea',
       text: Formdict['model.form.textarea']

--
Gitblit v1.8.0