Procházet zdrojové kódy

fix:补充删除按钮

liujiayin před 2 roky
rodič
revize
09c74ff563
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/infosManage/fileIE.vue

+ 1 - 1
src/views/infosManage/fileIE.vue

@@ -162,7 +162,7 @@ export default {
     const roleList = this.$store.getters.userInfo.role
     // 系统管理角色添加删除按钮
     const hasRole = roleList.some(item => item.name === '系统管理角色')
-    if (this.$route.name == 'ywyxjlsc') {
+    if (this.$route.name == 'wjkzgl-ywyxjlsc') {
       // 系统管理角色不做分类过滤
       this.listConfig.toolbars.push({ key: 'remove' })
       this.selection = true