From 2652a3c1485dbbf3b003e13e5c5d1c0205e7c324 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 09 九月 2020 09:19:46 +0800
Subject: [PATCH] 2020-09-09

---
 src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx
index 5a44338..803a073 100644
--- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx
+++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.jsx
@@ -761,7 +761,7 @@
                     })(<InputNumber min={0} max={100} precision={0} />)}
                   </Form.Item>
                 </Col>
-                {card.intertype === 'inner' && !card.innerFunc ? <Col span={8}>
+                {card.intertype === 'system' ? <Col span={8}>
                   <Form.Item label={'榛樿sql'}>
                     <Radio.Group value={verify.default} onChange={this.onOptionChange}>
                       <Radio value="true">鎵ц</Radio>
@@ -799,7 +799,7 @@
               pagination={false}
             />
           </TabPane>
-          {card.intertype === 'inner' && !card.innerFunc ? <TabPane tab={
+          {card.intertype === 'system' ? <TabPane tab={
             <span>
               鍞竴鎬ч獙璇�
               {verify.uniques.length ? <span className="count-tip">{verify.uniques.length}</span> : null}
@@ -820,7 +820,7 @@
               pagination={false}
             />
           </TabPane> : null}
-          {card.intertype === 'inner' && !card.innerFunc ? <TabPane tab={
+          {card.intertype === 'system' ? <TabPane tab={
             <span>
               鑷畾涔夎剼鏈�
               {verify.scripts.length ? <span className="count-tip">{verify.scripts.length}</span> : null}

--
Gitblit v1.8.0