From 2b2e218aad8f7fd9763eb4e886e6feb7c6ef68de Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Wed, 12 Aug 2020 17:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=AF=A6=E6=83=85=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/e-charts/process-top-list.vue | 8 +- .../shop-car-apply/apply_service_state.vue | 5 + src/components/table/table-um.vue | 6 +- .../process-management/designer/detail.vue | 195 +++++++++++++----- .../process-management/monitoring/index.vue | 2 +- 5 files changed, 162 insertions(+), 54 deletions(-) diff --git a/src/components/e-charts/process-top-list.vue b/src/components/e-charts/process-top-list.vue index c6aff89..2b2c3d7 100644 --- a/src/components/e-charts/process-top-list.vue +++ b/src/components/e-charts/process-top-list.vue @@ -20,7 +20,7 @@ > @@ -39,7 +39,11 @@ export default { targetValue: { type: Number, default: () => 0 - } + }, + unit: { + type: String, + default: () => '次' + }, }, data() { return { diff --git a/src/components/shop-car-apply/apply_service_state.vue b/src/components/shop-car-apply/apply_service_state.vue index 6edcffb..4cd3288 100644 --- a/src/components/shop-car-apply/apply_service_state.vue +++ b/src/components/shop-car-apply/apply_service_state.vue @@ -137,6 +137,11 @@ export default { }; +