diff --git a/src/components/e-charts/process-top-list.vue b/src/components/e-charts/process-top-list.vue index c6aff89b22ad81bed609520e4e13076f1a69bb02..2b2c3d7ba899b5ee9a32b27e0e9ce222cfb4c85e 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 6edcffb2b0ebf0eac71d40975bd4264b0f36fe5b..4cd3288fdec39ac2c7f21a2c21105a91f08ab4a3 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 { }; +