From 667c2d7cd1eb3b2e6edf59480c6abaaea6962356 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 18 Jul 2025 14:10:27 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=8A=95=E6=94=BE=E8=B4=A6=E6=88=B7?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E8=B5=B0=E6=9F=A5=E9=97=AE=E9=A2=98=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../account-data/components/board-table/constants.ts | 2 +- .../put-account/account-data/components/filter-block/index.vue | 2 +- .../account-data/components/plan-table/constants.ts | 2 +- .../property-marketing/put-account/account-data/index.vue | 3 ++- .../put-account/components/account-select/index.vue | 1 + 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/property-marketing/put-account/account-data/components/board-table/constants.ts b/src/views/property-marketing/put-account/account-data/components/board-table/constants.ts index 4bed58a..5239138 100644 --- a/src/views/property-marketing/put-account/account-data/components/board-table/constants.ts +++ b/src/views/property-marketing/put-account/account-data/components/board-table/constants.ts @@ -7,7 +7,7 @@ export const TABLE_COLUMNS = [ title: '账户名称', dataIndex: 'name', prop: 'name', - width: 180, + width: 240, fixed: 'left', }, { diff --git a/src/views/property-marketing/put-account/account-data/components/filter-block/index.vue b/src/views/property-marketing/put-account/account-data/components/filter-block/index.vue index 1e661c1..be083c7 100644 --- a/src/views/property-marketing/put-account/account-data/components/filter-block/index.vue +++ b/src/views/property-marketing/put-account/account-data/components/filter-block/index.vue @@ -38,7 +38,7 @@
关联账户 - +
diff --git a/src/views/property-marketing/put-account/account-data/components/plan-table/constants.ts b/src/views/property-marketing/put-account/account-data/components/plan-table/constants.ts index f517a3a..9f592cf 100644 --- a/src/views/property-marketing/put-account/account-data/components/plan-table/constants.ts +++ b/src/views/property-marketing/put-account/account-data/components/plan-table/constants.ts @@ -7,7 +7,7 @@ export const TABLE_COLUMNS = [ title: '计划名称', dataIndex: 'name', prop: 'name', - width: 180, + width: 240, fixed: 'left', }, { diff --git a/src/views/property-marketing/put-account/account-data/index.vue b/src/views/property-marketing/put-account/account-data/index.vue index 5d6c39a..8ea8e92 100644 --- a/src/views/property-marketing/put-account/account-data/index.vue +++ b/src/views/property-marketing/put-account/account-data/index.vue @@ -91,7 +91,8 @@ const init = () => { selectedRowKeys.value = []; accountTableRef.value?.resetTable(); - const data_time = [dayjs().format('YYYY-MM-DD'), dayjs().format('YYYY-MM-DD')]; + const yesterday = dayjs().subtract(1, 'day').format('YYYY-MM-DD'); + const data_time = [yesterday, yesterday]; query.value.data_time = data_time; getData(); diff --git a/src/views/property-marketing/put-account/components/account-select/index.vue b/src/views/property-marketing/put-account/components/account-select/index.vue index 2c50673..8fe8606 100644 --- a/src/views/property-marketing/put-account/components/account-select/index.vue +++ b/src/views/property-marketing/put-account/components/account-select/index.vue @@ -9,6 +9,7 @@ size="medium" :placeholder="placeholder" allow-clear + allow-search @change="handleChange" >