From c5c31c5eec6adaf1bb7c7cd6acef657ce4e3714b Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Wed, 13 Nov 2024 10:35:25 +0800 Subject: [PATCH] =?UTF-8?q?task#15950,=E4=BF=A1=E6=81=AF=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=8C=89=E9=92=AE=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/kpiIndex.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/kpi/kpiIndex.vue b/src/views/kpi/kpiIndex.vue index 0b3fc87c..1a6851e3 100644 --- a/src/views/kpi/kpiIndex.vue +++ b/src/views/kpi/kpiIndex.vue @@ -98,7 +98,7 @@
综合打分 - 信息变更申请 + 信息变更申请
@@ -336,7 +336,8 @@ export default { driverselectOption: [], leftArr:'<<<', showScoreChart:true, - continueMonthKpi:[] + continueMonthKpi:[], + isBtn:false,//是否有信息变更申请按钮权限 } }, created() { @@ -344,6 +345,7 @@ export default { const urlParams = new URLSearchParams(window.location.search); this.isZd = urlParams?.get('isZd') || '' this.supplierId = urlParams?.get('supplierId') || '' + this.isBtn= urlParams?.get('isBtn') }, async mounted() { await this.checkMobile();