From fccbf2f07c0b77e3fe49679accd6704708597d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Thu, 12 Nov 2020 19:42:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performance/components/UseButton/index.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/kpi/assessment/performance/components/UseButton/index.vue b/src/views/kpi/assessment/performance/components/UseButton/index.vue index dfa0cc7..b7fb862 100644 --- a/src/views/kpi/assessment/performance/components/UseButton/index.vue +++ b/src/views/kpi/assessment/performance/components/UseButton/index.vue @@ -123,19 +123,25 @@ export default { type: 'primary', permis: 'tiaozhuang', click: this.handleJump + }, { + name: '跳过', + info: !this.info, + type: 'primary', + permis: 'tiaozhuang', + click: this.handleJump }, { name: '转 交', info: !!this.info, plain: true, type: 'primary', - permis: 'tiaozhuang', + permis: 'transfer', click: this.handleZhuanjiao }, { name: '转 交', plain: true, info: !this.info, type: 'primary', - permis: 'tiaozhuang', + permis: 'transfer', click: this.handleZhuanjiao } ],