Commit 21c82abe authored by co_dengxiongwen's avatar co_dengxiongwen

页面调整

parent be42c2ea
......@@ -59,16 +59,7 @@
import cardList from '../../components/cardList'
import enTabs from '../../components/enTabs'
import enTable from '../../components/enTable'
import {
tableColumsOne,
tableDataOne,
tableDataTwo,
tableDataThree,
tableDataFour,
tableDataFive,
tableDataSix,
tableDataSeven
} from './config'
import { tableColumsOne } from './config'
export default {
name: 'officeAreaControl',
......@@ -123,32 +114,35 @@ export default {
this.activeTab = val
this.getDataList()
switch (val) {
case '01':
case 'b6af764f2a6e454490a6b1b3c9057e57':
this.tableColums = tableColumsOne
break
case '02':
case 'ece0b8b2db27411886254e81134988a3':
this.tableColums = tableColumsOne
break
case '03':
case 'b47661ca1d454f9792ba5369f3cb2bc5':
this.tableColums = tableColumsOne
break
case '04':
case 'c788ce98c1f248f590434394da485ce4':
this.tableColums = tableColumsOne
break
case '05':
case '173466a2cf9a42a6a17b2bdfbeae36d5':
this.tableColums = tableColumsOne
break
case '06':
case '8f5530fee2484e8eb107c0ca672132b2':
this.tableColums = tableColumsOne
break
case '07':
case '49f5921a6d7f43cfa222c09f0223ae04':
this.tableColums = tableColumsOne
break
}
}
},
mounted() {
this.getDataList()
},
methods: {
// 获取数据列表
// 获取数据列表
getDataList(page, size) {
this.$http({
url: this.$http.adornUrl('/liResource/list'),
......
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