king
2020-03-11 590a8198e9fcb503aaeb04f6d550c65bf30c0566
src/tabviews/subtable/index.jsx
@@ -6,9 +6,9 @@
import moment from 'moment'
import Api from '@/api'
import SubTable from './subTable'
import SubAction from '@/tabviews/tableshare/actionList'
import SubSearch from '@/tabviews/tableshare/topSearch'
import asyncComponent from '@/utils/asyncLoadComponent'
import asyncLoadComponent from '@/utils/asyncLoadComponent'
import asyncComponent from '@/utils/asyncComponent'
import NotFount from '@/components/404'
import zhCN from '@/locales/zh-CN/main.js'
import enUS from '@/locales/en-US/main.js'
@@ -16,7 +16,8 @@
import options from '@/store/options.js'
import './index.scss'
const SubTabTable = asyncComponent(() => import('@/tabviews/subtabtable'))
const SubTabTable = asyncLoadComponent(() => import('@/tabviews/subtabtable'))
const SubAction = asyncComponent(() => import('@/tabviews/tableshare/actionList'))
class SubTabViewTable extends Component {
  static propTpyes = {
@@ -662,7 +663,8 @@
            dict={this.state.dict}
          /> : null
        }
        {actions &&
        {actions ?
          <div style={{minHeight: '45px'}}>
          <SubAction
            ref="subButton"
            type="sub"
@@ -681,6 +683,7 @@
            getexceloutparam={this.getexceloutparam}
            gettableselected={this.gettableselected}
          />
          </div> : null
        }
        {columns ?
          <div className="subtable-box">