no message

This commit is contained in:
小陌 2023-06-18 23:42:02 +08:00
parent 9958049c03
commit a61a3f9823
2 changed files with 5 additions and 5 deletions

View File

@ -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: {

View File

@ -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>