From c6050fe92ff0d24b461a6fc903c281d3fc7170be Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Tue, 3 Mar 2026 14:42:36 +0800 Subject: [PATCH] style(@vben/web-antd): format customer profile files --- .../components/CustomerProfileHeader.vue | 6 +++-- .../components/CustomerProfilePanel.vue | 9 ++++---- .../CustomerProfileRecentOrdersTable.vue | 5 ++++- .../composables/useCustomerProfilePage.ts | 22 ++++++++++--------- 4 files changed, 25 insertions(+), 17 deletions(-) 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 || '--' + }}