diff --git a/apps/admin-web/src/components/ArticleDetailDrawer.vue b/apps/admin-web/src/components/ArticleDetailDrawer.vue index 32f38e5..b0fd3d1 100644 --- a/apps/admin-web/src/components/ArticleDetailDrawer.vue +++ b/apps/admin-web/src/components/ArticleDetailDrawer.vue @@ -79,12 +79,6 @@ const versionColumns = computed>(() => [ dataIndex: 'title', key: 'title', }, - { - title: t('common.source'), - dataIndex: 'source_label', - key: 'source_label', - width: 120, - }, { title: t('common.wordCount'), dataIndex: 'word_count', @@ -304,9 +298,6 @@ async function copyPublishLink(record: PublishRecord): Promise { {{ detail.version_no ?? '--' }} - - {{ detail.source_label || '--' }} - {{ detail.word_count || '--' }} @@ -373,9 +364,6 @@ async function copyPublishLink(record: PublishRecord): Promise { {{ formatDateTime(record.created_at) }} - diff --git a/apps/admin-web/src/views/AIPointUsageView.vue b/apps/admin-web/src/views/AIPointUsageView.vue index fae00f6..0a87d68 100644 --- a/apps/admin-web/src/views/AIPointUsageView.vue +++ b/apps/admin-web/src/views/AIPointUsageView.vue @@ -240,8 +240,7 @@ function getAIPointAmountMeta(item: AIPointUsageLog): {