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 85e88f2..97ac577 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
@@ -87,6 +87,9 @@
{{ exactFormatTime(record.published_at) }}
+
+ {{ formatNumberShow({ value: record.view_number * 10, showExactValue: true }) }}
+
{{ formatTableField(column, record, true) }}
@@ -113,7 +116,7 @@