Parcourir la source

Merge branch 'yh282' into debug

ldong il y a 3 semaines
Parent
commit
26852f0ef2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/custom_manage/contractStatistics.vue

+ 1 - 1
src/views/custom_manage/contractStatistics.vue

@@ -223,7 +223,7 @@ import {customInterence} from '@/api/api.js'
     },
     computed:{
       isAdmin(){
-        return localStorage.getItem('Role').indexOf('admin')!=-1
+        return localStorage.getItem('Role').indexOf('admin')!=-1 || localStorage.getItem('RoleIdentity').indexOf('ficc_group')!=-1
       }
     },
     methods: {