Commit 21c82abe authored by co_dengxiongwen's avatar co_dengxiongwen

页面调整

parent be42c2ea
...@@ -59,16 +59,7 @@ ...@@ -59,16 +59,7 @@
import cardList from '../../components/cardList' import cardList from '../../components/cardList'
import enTabs from '../../components/enTabs' import enTabs from '../../components/enTabs'
import enTable from '../../components/enTable' import enTable from '../../components/enTable'
import { import { tableColumsOne } from './config'
tableColumsOne,
tableDataOne,
tableDataTwo,
tableDataThree,
tableDataFour,
tableDataFive,
tableDataSix,
tableDataSeven
} from './config'
export default { export default {
name: 'officeAreaControl', name: 'officeAreaControl',
...@@ -123,30 +114,33 @@ export default { ...@@ -123,30 +114,33 @@ export default {
this.activeTab = val this.activeTab = val
this.getDataList() this.getDataList()
switch (val) { switch (val) {
case '01': case 'b6af764f2a6e454490a6b1b3c9057e57':
this.tableColums = tableColumsOne this.tableColums = tableColumsOne
break break
case '02': case 'ece0b8b2db27411886254e81134988a3':
this.tableColums = tableColumsOne this.tableColums = tableColumsOne
break break
case '03': case 'b47661ca1d454f9792ba5369f3cb2bc5':
this.tableColums = tableColumsOne this.tableColums = tableColumsOne
break break
case '04': case 'c788ce98c1f248f590434394da485ce4':
this.tableColums = tableColumsOne this.tableColums = tableColumsOne
break break
case '05': case '173466a2cf9a42a6a17b2bdfbeae36d5':
this.tableColums = tableColumsOne this.tableColums = tableColumsOne
break break
case '06': case '8f5530fee2484e8eb107c0ca672132b2':
this.tableColums = tableColumsOne this.tableColums = tableColumsOne
break break
case '07': case '49f5921a6d7f43cfa222c09f0223ae04':
this.tableColums = tableColumsOne this.tableColums = tableColumsOne
break break
} }
} }
}, },
mounted() {
this.getDataList()
},
methods: { methods: {
// 获取数据列表 // 获取数据列表
getDataList(page, size) { getDataList(page, size) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment