BUG 28301

This commit is contained in:
aixianling
2022-03-17 16:14:30 +08:00
parent 4e4263b2d1
commit 7eaac9b228
2 changed files with 8 additions and 6 deletions

View File

@@ -108,7 +108,7 @@ export default {
return this.user.girdCheckType != 0
},
isAdmin() {
return this.user.girdCheckType == 1
return this.user.girdCheckType == 2
},
},
created() {