From a50234543bff4b70730e6cee8e12854ddd9621ea Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 25 Jul 2025 10:26:53 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=96=B0=E5=AA=92=E4=BD=93?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E7=8A=B6=E6=80=81=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/account-table/index.vue | 8 +- .../components/account-table/style.scss | 41 ++-------- .../components/account-table/index.vue | 77 ++++++++++++++----- .../media-account/account-manage/index.vue | 4 +- .../components/status-select/constants.ts | 20 ++--- .../components/status-select/status-box.tsx | 32 ++++---- .../components/account-table/index.vue | 4 +- .../components/status-box/index.vue | 8 +- .../components/status-select/constants.ts | 18 ++--- .../components/status-select/index.vue | 2 +- 10 files changed, 109 insertions(+), 105 deletions(-) diff --git a/src/views/property-marketing/media-account/account-dashboard/components/account-table/index.vue b/src/views/property-marketing/media-account/account-dashboard/components/account-table/index.vue index 6c51cd1..1b743a5 100644 --- a/src/views/property-marketing/media-account/account-dashboard/components/account-table/index.vue +++ b/src/views/property-marketing/media-account/account-dashboard/components/account-table/index.vue @@ -77,11 +77,7 @@ {{ record.platform === 0 ? '抖音' : record.platform === 1 ? '小红书' : '-' }}