diff --git a/src/views/property-marketing/media-account/account-dashboard/index.vue b/src/views/property-marketing/media-account/account-dashboard/index.vue index cd7c457..3cf9c17 100644 --- a/src/views/property-marketing/media-account/account-dashboard/index.vue +++ b/src/views/property-marketing/media-account/account-dashboard/index.vue @@ -8,9 +8,9 @@
-

数据总览

+

数据总览

- +
diff --git a/src/views/property-marketing/media-account/account-detail/components/note-table/index.vue b/src/views/property-marketing/media-account/account-detail/components/note-table/index.vue index 9ecfbdc..7a08fab 100644 --- a/src/views/property-marketing/media-account/account-detail/components/note-table/index.vue +++ b/src/views/property-marketing/media-account/account-detail/components/note-table/index.vue @@ -7,7 +7,9 @@
笔记详情 - + + +
diff --git a/src/views/property-marketing/media-account/account-detail/index.vue b/src/views/property-marketing/media-account/account-detail/index.vue index d40f532..c627029 100644 --- a/src/views/property-marketing/media-account/account-detail/index.vue +++ b/src/views/property-marketing/media-account/account-detail/index.vue @@ -6,7 +6,7 @@ @@ -267,6 +268,10 @@ const handleBatchTag = () => { const handleBatchGroup = () => { batchGroupModalRef.value?.open(selectedItems.value); }; +const onBatchSuccess = () => { + selectedItems.value = []; + getData(); +}; const handleOpenAbnormalAccount = () => { query.value.status = 2; reload(); diff --git a/src/views/property-marketing/media-account/common_constants.ts b/src/views/property-marketing/media-account/common_constants.ts index e65b1a3..d38755e 100644 --- a/src/views/property-marketing/media-account/common_constants.ts +++ b/src/views/property-marketing/media-account/common_constants.ts @@ -31,7 +31,7 @@ export const CUSTOM_FIELDS = [ dataIndex: 'home_view_number', prop: 'home_view_number', title: '主页访客数', - width: 180, + width: 200, tooltip: '账号所有内容的主页访客数', align: 'right', }, @@ -39,7 +39,7 @@ export const CUSTOM_FIELDS = [ dataIndex: 'home_view_rate', prop: 'home_view_rate', title: '主页访客数环比', - width: 180, + width: 200, tooltip: '账号所有内容的主页访客数环比', align: 'right', suffix: '%', @@ -99,7 +99,7 @@ export const CUSTOM_FIELDS = [ dataIndex: 'collect_rate', prop: 'collect_rate', title: '收藏数环比', - width: 180, + width: 200, tooltip: '账号所有内容的收藏数环比', align: 'right', suffix: '%', @@ -119,7 +119,7 @@ export const CUSTOM_FIELDS = [ dataIndex: 'barrage_rate', prop: 'barrage_rate', title: '弹幕数环比', - width: 180, + width: 200, tooltip: '账号所有内容的弹幕数环比', align: 'right', suffix: '%', @@ -139,7 +139,7 @@ export const CUSTOM_FIELDS = [ dataIndex: 'rise_fans_rate', prop: 'rise_fans_rate', title: '笔记涨粉数环比', - width: 180, + width: 200, tooltip: '账号所有内容的笔记涨粉数环比', align: 'right', suffix: '%', @@ -151,7 +151,7 @@ export const CUSTOM_FIELDS = [ dataIndex: 'share_number', prop: 'share_number', title: '笔记分享量', - width: 180, + width: 200, tooltip: '账号所有内容的笔记分享量', align: 'right', }, @@ -159,7 +159,7 @@ export const CUSTOM_FIELDS = [ dataIndex: 'share_rate', prop: 'share_rate', title: '笔记分享量环比', - width: 180, + width: 200, tooltip: '账号所有内容的笔记分享量环比', align: 'right', suffix: '%', @@ -172,7 +172,7 @@ export const CUSTOM_FIELDS = [ dataIndex: 'avg_view_time', prop: 'avg_view_time', title: '笔记平均浏览数', - width: 180, + width: 200, tooltip: '账号所有内容的笔记平均浏览数', align: 'right', }, @@ -180,7 +180,7 @@ export const CUSTOM_FIELDS = [ dataIndex: 'avg_view_time_rate', prop: 'avg_view_time_rate', title: '笔记平均浏览数环比', - width: 180, + width: 220, tooltip: '账号所有内容的笔记平均浏览数环比', align: 'right', suffix: '%', diff --git a/src/views/property-marketing/put-account/account-manage/components/add-account-modal/index.vue b/src/views/property-marketing/put-account/account-manage/components/add-account-modal/index.vue index 9c6b14e..fda9e1d 100644 --- a/src/views/property-marketing/put-account/account-manage/components/add-account-modal/index.vue +++ b/src/views/property-marketing/put-account/account-manage/components/add-account-modal/index.vue @@ -33,7 +33,15 @@ :custom-request="handleUpload" accept=".xlsx,.xls,.docx,.doc" :show-file-list="false" - /> + > + +