From 3c50bfdd8d605b3dd449adcb54cdf7f7c25d6c16 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 04 十一月 2022 15:46:05 +0800
Subject: [PATCH] 2022-11-04

---
 src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx b/src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx
index a0a1c65..83a70ae 100644
--- a/src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx
+++ b/src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx
@@ -260,7 +260,12 @@
             </Form.Item>
           </Col>
           {interType === 'outer' ? <Col span={8}>
-            <Form.Item label="绯荤粺鎺ュ彛">
+            <Form.Item label={
+              <Tooltip placement="topLeft" title="鍗曠偣鐧诲綍绯荤粺">
+                <QuestionCircleOutlined className="mk-form-tip" />
+                绯荤粺鎺ュ彛
+              </Tooltip>
+            }>
               {getFieldDecorator('sysInterface', {
                 initialValue: sysInterface,
                 rules: [
@@ -490,17 +495,6 @@
               </Radio.Group>)}
             </Form.Item>
           </Col>
-          {/* <Col span={8}>
-            <Form.Item label="浜嬪姟">
-              {getFieldDecorator('transaction', {
-                initialValue: setting.transaction || 'false'
-              })(
-              <Radio.Group>
-                <Radio value="true">浣跨敤</Radio>
-                <Radio value="false">涓嶄娇鐢�</Radio>
-              </Radio.Group>)}
-            </Form.Item>
-          </Col> */}
           <Col span={8}>
             <Form.Item label={
               <Tooltip placement="topLeft" title="浣跨敤鎬ラ�熸ā寮忔椂锛岃〃鏍间腑鐨勬爣璁般�佸弻鍑讳簨浠躲�佹牸寮忓寲銆佽鍚堝苟銆佸墠缂�銆佸悗缂�銆佸瓧娈甸�忚绛夋晥鏋滃皢鏃犳晥锛屼笖鏁版嵁閮戒細浠ユ枃鏈牸寮忔樉绀恒��">

--
Gitblit v1.8.0