king
2020-07-01 9a16cb432ed0a597caf9ba78c9dda63ad2134207
src/components/tabview/index.jsx
@@ -11,6 +11,7 @@
import {modifyTabview, toggleIsiframe, refreshTabView} from '@/store/action'
import asyncComponent from '@/utils/asyncLoadComponent'
import NotFount from '@/components/404'
import options from '@/store/options.js'
import mzhCN from '@/locales/zh-CN/main.js'
import menUS from '@/locales/en-US/main.js'
@@ -224,7 +225,7 @@
                      key={view.MenuID}
                    >
                      {this.selectcomponent(view)}
                      {!['CommonTable', 'TreePage', 'ManageTable'].includes(view.type) ?
                      {options.sysType !== 'cloud' && !['CommonTable', 'TreePage', 'ManageTable'].includes(view.type) ?
                        <Button
                          icon="copy"
                          shape="circle"