From 9a16cb432ed0a597caf9ba78c9dda63ad2134207 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 01 七月 2020 12:42:40 +0800
Subject: [PATCH] 2020-07-01

---
 src/tabviews/commontable/index.jsx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/commontable/index.jsx b/src/tabviews/commontable/index.jsx
index 16be35f..c5f75a0 100644
--- a/src/tabviews/commontable/index.jsx
+++ b/src/tabviews/commontable/index.jsx
@@ -6,6 +6,7 @@
 import moment from 'moment'
 
 import Api from '@/api'
+import options from '@/store/options.js'
 import zhCN from '@/locales/zh-CN/main.js'
 import enUS from '@/locales/en-US/main.js'
 import Utils from '@/utils/utils.js'
@@ -1256,12 +1257,12 @@
             </Tabs>)
           )
         }
-        <Button
+        {options.sysType !== 'cloud' ? <Button
           icon="copy"
           shape="circle"
           className="common-table-copy"
           onClick={this.handleviewconfig}
-        />
+        /> : null}
         <Modal
           className="menu-tree-modal"
           title={'鑿滃崟缁撴瀯鏍�'}

--
Gitblit v1.8.0