Explorar o código

fix:补充删除按钮

liujiayin %!s(int64=2) %!d(string=hai) anos
pai
achega
09c74ff563
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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