From dea0ab3974d3d3ca80614fd63aab71c0abd78f25 Mon Sep 17 00:00:00 2001 From: quirrel Date: Thu, 11 Sep 2025 16:20:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E9=A1=B5=E8=A1=A8=E6=A0=BC=E8=A7=86=E5=9B=BE=E4=B8=AD=EF=BC=8C?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5=E8=A1=A8?= =?UTF-8?q?=E5=A4=B4=E6=8E=92=E5=BA=8F=E4=B8=8D=E8=B5=B7=E4=BD=9C=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#2714)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/views/ExtensionPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src/views/ExtensionPage.vue b/dashboard/src/views/ExtensionPage.vue index 8f34fa587..b7a640cd8 100644 --- a/dashboard/src/views/ExtensionPage.vue +++ b/dashboard/src/views/ExtensionPage.vue @@ -78,7 +78,7 @@ const pluginHeaders = computed(() => [ { title: tm('table.headers.description'), key: 'desc', maxWidth: '250px' }, { title: tm('table.headers.version'), key: 'version', width: '100px' }, { title: tm('table.headers.author'), key: 'author', width: '100px' }, - { title: tm('table.headers.status'), key: 'status', width: '80px' }, + { title: tm('table.headers.status'), key: 'activated', width: '100px' }, { title: tm('table.headers.actions'), key: 'actions', sortable: false, width: '220px' } ]); @@ -660,7 +660,7 @@ onMounted(async () => {
{{ item.author }}
-