Commit 7a7f8893 authored by honghy's avatar honghy Committed by wux

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

parent 7d1c4dc2
......@@ -87,10 +87,10 @@
</el-col>
</el-row>
<!-- 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>
<div class="table-container">
<div class="table-container" v-if='$route.query.pageStatus == "view"'>
<div class="reward" v-show="activeIndex == 'reward'">
<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