Commit 0000e461 authored by honghy's avatar honghy Committed by wux

【后台-会员等级】新增/修改页面不需要展示操作日志

parent fd311947
...@@ -87,10 +87,10 @@ ...@@ -87,10 +87,10 @@
</el-col> </el-col>
</el-row> </el-row>
<!-- table Tab --> <!-- table Tab -->
<el-menu :default-active="activeIndex" class="el-menu-demo" mode="horizontal" @select="handleSelect"> <el-menu :default-active="activeIndex" class="el-menu-demo" mode="horizontal" @select="handleSelect" v-if='$route.query.pageStatus == "view"'>
<el-menu-item index="reward">{{ $t("操作日志") }}</el-menu-item> <el-menu-item index="reward">{{ $t("操作日志") }}</el-menu-item>
</el-menu> </el-menu>
<div class="table-container"> <div class="table-container" v-if='$route.query.pageStatus == "view"'>
<div class="reward" v-show="activeIndex == 'reward'"> <div class="reward" v-show="activeIndex == 'reward'">
<el-table :data="logs" v-loading="logsLoading"> <el-table :data="logs" v-loading="logsLoading">
......
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