From c9096cd3796ef0b038b9fecde332977e60853539 Mon Sep 17 00:00:00 2001 From: guke Date: Tue, 4 Aug 2026 18:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(main)/comparison-records/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(main)/comparison-records/page.tsx b/src/app/(main)/comparison-records/page.tsx index a7dc9f4..227c71e 100644 --- a/src/app/(main)/comparison-records/page.tsx +++ b/src/app/(main)/comparison-records/page.tsx @@ -402,7 +402,7 @@ export default function ComparisonRecordsPage() { ), }, - { title: '状态', dataIndex: 'admin_status', width: 88, render: (_: string, r) => ( + { title: '状态', dataIndex: 'admin_status', width: 108, render: (_: string, r) => ( {STATUS_LABEL[r.admin_status] || r.admin_status} {r.outcome_hint && ( -- 2.52.0