king
2020-05-29 f9f3fe537fadd3a5a77895d41e5e4a8862d7aa17
src/tabviews/commontable/index.jsx
@@ -10,7 +10,7 @@
import enUS from '@/locales/en-US/main.js'
import Utils from '@/utils/utils.js'
import asyncComponent from '@/utils/asyncComponent'
import asyncLoadComponent from '@/utils/asyncLoadComponent'
import asyncSpinComponent from '@/utils/asyncSpinComponent'
import {refreshTabView, modifyTabview} from '@/store/action'
import MainTable from '@/tabviews/zshare/normalTable'
@@ -18,13 +18,13 @@
import NotFount from '@/components/404'
import './index.scss'
const MainAction = asyncLoadComponent(() => import('@/tabviews/zshare/actionList'))
const MainAction = asyncSpinComponent(() => import('@/tabviews/zshare/actionList'))
const VerifyCard = asyncComponent(() => import('@/tabviews/zshare/verifycard'))
const SubTable = asyncComponent(() => import('@/tabviews/subtable'))
const SubTable = asyncSpinComponent(() => import('@/tabviews/subtable'))
const SubTabTable = asyncComponent(() => import('@/tabviews/subtabtable'))
const FormTab = asyncComponent(() => import('@/tabviews/formtab'))
const CardComponent = asyncComponent(() => import('@/tabviews/zshare/cardcomponent'))
const ChartComponent = asyncComponent(() => import('@/tabviews/zshare/chartcomponent'))
const CardComponent = asyncSpinComponent(() => import('@/tabviews/zshare/cardcomponent'))
const ChartComponent = asyncSpinComponent(() => import('@/tabviews/zshare/chartcomponent'))
const { TabPane } = Tabs
const { TreeNode } = Tree