diff --git a/apps/web-antd/src/views/customer/profile/components/CustomerProfileHeader.vue b/apps/web-antd/src/views/customer/profile/components/CustomerProfileHeader.vue index a4b8651..6565578 100644 --- a/apps/web-antd/src/views/customer/profile/components/CustomerProfileHeader.vue +++ b/apps/web-antd/src/views/customer/profile/components/CustomerProfileHeader.vue @@ -23,8 +23,10 @@ const props = defineProps();
{{ props.profile.name }}
- {{ props.profile.phoneMasked }} · 首次下单 {{ props.profile.firstOrderAt }} · - 来源:{{ props.profile.source || '--' }} + {{ props.profile.phoneMasked }} · 首次下单 + {{ props.profile.firstOrderAt }} · 来源:{{ + props.profile.source || '--' + }}