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"
>