diff --git a/src/views/property-marketing/media-account/account-detail/components/account-info/index.vue b/src/views/property-marketing/media-account/account-detail/components/account-info/index.vue index 851ce48..5b3d2a6 100644 --- a/src/views/property-marketing/media-account/account-detail/components/account-info/index.vue +++ b/src/views/property-marketing/media-account/account-detail/components/account-info/index.vue @@ -80,7 +80,7 @@ > - {{ `${(detailData[field.dataIndex] * 100).toFixed(2)}%` }} + {{ `${detailData[field.dataIndex]}%` }}