From 765983c153ed88056655ab8aaf45f919d48f4624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Fri, 13 Nov 2020 14:30:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kpi/assessment/performance/components/UseButton/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/kpi/assessment/performance/components/UseButton/index.vue b/src/views/kpi/assessment/performance/components/UseButton/index.vue index fa1c2c0..3849b00 100644 --- a/src/views/kpi/assessment/performance/components/UseButton/index.vue +++ b/src/views/kpi/assessment/performance/components/UseButton/index.vue @@ -121,11 +121,13 @@ export default { name: '跳过', info: !!this.info, type: 'primary', + plain: true, permis: 'tiaozhuang', click: this.handleJump }, { name: '跳过', info: !this.info, + plain: true, type: 'primary', permis: 'tiaozhuang', click: this.handleJump