no message
This commit is contained in:
parent
9958049c03
commit
a61a3f9823
@ -142,7 +142,7 @@
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
//判断是否开启自定义列
|
//判断是否开启自定义列
|
||||||
if(this.column){
|
if(this.tableName){
|
||||||
this.getCustomColumn()
|
this.getCustomColumn()
|
||||||
}else{
|
}else{
|
||||||
this.userColumn = this.column
|
this.userColumn = this.column
|
||||||
@ -160,7 +160,7 @@
|
|||||||
this.$refs.scTable.doLayout()
|
this.$refs.scTable.doLayout()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
deactivated(){
|
deactivated(){
|
||||||
this.isActivat = false;
|
this.isActivat = false;
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
<!-- <Topbar v-if="!ismobile"></Topbar> -->
|
<!-- <Topbar v-if="!ismobile"></Topbar> -->
|
||||||
<Tags v-if="!ismobile && layoutTags"></Tags>
|
<Tags v-if="!ismobile && layoutTags"></Tags>
|
||||||
<div class="adminui-main" id="adminui-main">
|
<div class="adminui-main" id="adminui-main">
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-show="$route.meta.type!='iframe'" v-slot="{ Component }">
|
||||||
<keep-alive :include="this.$store.state.keepAlive.keepLiveRoute">
|
<keep-alive :include="this.$store.state.keepAlive.keepLiveRoute">
|
||||||
<component :is="Component" :key="$route.fullPath" v-if="$store.state.keepAlive.routeShow"/>
|
<component :is="Component" :key="$route.fullPath" v-if="$store.state.keepAlive.routeShow"/>
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
@ -81,7 +81,7 @@
|
|||||||
<Topbar v-if="!ismobile"></Topbar>
|
<Topbar v-if="!ismobile"></Topbar>
|
||||||
<Tags v-if="!ismobile && layoutTags"></Tags>
|
<Tags v-if="!ismobile && layoutTags"></Tags>
|
||||||
<div class="adminui-main" id="adminui-main">
|
<div class="adminui-main" id="adminui-main">
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-show="$route.meta.type!='iframe'" v-slot="{ Component }">
|
||||||
<keep-alive :include="this.$store.state.keepAlive.keepLiveRoute">
|
<keep-alive :include="this.$store.state.keepAlive.keepLiveRoute">
|
||||||
<component :is="Component" :key="$route.fullPath" v-if="$store.state.keepAlive.routeShow"/>
|
<component :is="Component" :key="$route.fullPath" v-if="$store.state.keepAlive.routeShow"/>
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
@ -115,7 +115,7 @@
|
|||||||
<div class="aminui-body el-container">
|
<div class="aminui-body el-container">
|
||||||
<Tags v-if="!ismobile && layoutTags"></Tags>
|
<Tags v-if="!ismobile && layoutTags"></Tags>
|
||||||
<div class="adminui-main" id="adminui-main">
|
<div class="adminui-main" id="adminui-main">
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-show="$route.meta.type!='iframe'" v-slot="{ Component }">
|
||||||
<keep-alive :include="this.$store.state.keepAlive.keepLiveRoute">
|
<keep-alive :include="this.$store.state.keepAlive.keepLiveRoute">
|
||||||
<component :is="Component" :key="$route.fullPath" v-if="$store.state.keepAlive.routeShow"/>
|
<component :is="Component" :key="$route.fullPath" v-if="$store.state.keepAlive.routeShow"/>
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
|
Loading…
Reference in New Issue
Block a user