From a94dd702aa1d8c3edcb6d3865ed079334c884aa7 Mon Sep 17 00:00:00 2001 From: xiongchengqiang Date: Fri, 11 Dec 2020 15:38:42 +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/pinglun.vue | 43 +++++++++++++++++-- .../performance/components/process.vue | 2 +- 2 files changed, 40 insertions(+), 5 deletions(-) diff --git a/src/views/kpi/assessment/performance/components/pinglun.vue b/src/views/kpi/assessment/performance/components/pinglun.vue index 482f3a4..bd3f2e5 100644 --- a/src/views/kpi/assessment/performance/components/pinglun.vue +++ b/src/views/kpi/assessment/performance/components/pinglun.vue @@ -2,10 +2,15 @@ @@ -37,6 +43,10 @@ export default { pinglunList: { type: Array, default: () => [] + }, + isJilu: { + type: Boolean, + default: false } }, // 1,修改名称,2修改进度 ,3名称和进度都修改 @@ -58,8 +68,33 @@ export default {