Browse Source

12/31 17:01

1
mo 4 years ago
parent
commit
a5b1dd6d93
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/workBenchManager/journal/index.vue

+ 3 - 3
src/views/workBenchManager/journal/index.vue

@@ -5,7 +5,7 @@
     </h2>
     <div class="m-core">
       <location-hash v-model="activeIndex">
-        <el-tabs v-model="activeIndex" type="card">
+        <tab-router v-model="activeIndex" type="card">
           <el-tab-pane label="系统通知" lazy v-if="permissionList.journalItem" name="SYSTEM">
             <list :type="activeIndex" />
           </el-tab-pane>
@@ -19,7 +19,7 @@
           <el-tab-pane label="VIP申请审核" lazy v-if="permissionList.vipApply" name="VIPAPPLY">
             <list :type="activeIndex" />
           </el-tab-pane>
-        </el-tabs>
+        </tab-router>
       </location-hash>
     </div>
   </div>
@@ -48,4 +48,4 @@ export default {
   methods: {
   }
 }
-</script>
+</script>