From 0875e8158420807ee45e44af3a0bf43a9d1bd381 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 05 六月 2025 11:45:19 +0800 Subject: [PATCH] 11 --- src/views/project/fund/applyDetail/index.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue index b930047..a2764f0 100644 --- a/src/views/project/fund/applyDetail/index.vue +++ b/src/views/project/fund/applyDetail/index.vue @@ -1287,6 +1287,8 @@ </template> <script> +import store from "@/store"; + // 'sdaad2123UD2',1 'wsadadwsad',4 'sdadaddad',3 'ssaaddxs',2 //杩欓噷鍙互瀵煎叆鍏朵粬鏂囦欢锛堟瘮濡傦細缁勪欢锛屽伐鍏穓s锛岀涓夋柟鎻掍欢js锛宩son鏂囦欢锛屽浘鐗囨枃浠剁瓑绛夛級 //渚嬪锛歩mport 銆婄粍浠跺悕绉般�� from '銆婄粍浠惰矾寰勩��'; @@ -2316,10 +2318,11 @@ getUserProfile().then(res => { this.userprofile = res.data; this.standardlevel = res.data.standardlevel; + if ( this.userprofile.userName == "admin" || - this.userprofile.userName == "001" || - this.userprofile.userName == "047" + this.userprofile.userName == "053" || + this.userprofile.userName == "047"|| store.getters.rolesor[0].roleSort=='13' ) { this.ismanager = true; } else { -- Gitblit v1.9.3