From b21b9ed0e2fddc46c55b81ca4bfb61e08ba990fb Mon Sep 17 00:00:00 2001 From: duxingchen Date: Wed, 12 Aug 2026 15:56:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A8=E6=A0=BC=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E6=81=A2=E5=A4=8D=E5=8E=9F=E5=A7=8B=E5=88=97=E5=AE=BD=20?= =?UTF-8?q?=E2=80=94=20=E8=A7=84=E6=A0=BC=E5=9E=8B=E5=8F=B7/=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=97=B6=E9=97=B4=E5=90=842=E5=88=97,=20=E6=80=BB16?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/admin/AdminTasksPage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/admin/AdminTasksPage.tsx b/frontend/src/pages/admin/AdminTasksPage.tsx index da9caf9..80f55db 100644 --- a/frontend/src/pages/admin/AdminTasksPage.tsx +++ b/frontend/src/pages/admin/AdminTasksPage.tsx @@ -369,15 +369,15 @@ export default function AdminTasksPage() { {isOpen && (
{/* 表头 */} -
+
产品身份证
序列号
-
规格型号
+
规格型号
宏观状态
任务状态
当前位置
最新动态
-
创建时间
+
创建时间
操作
@@ -396,7 +396,7 @@ export default function AdminTasksPage() {
setQrSerial(p.serial_number)} title="点击查看二维码">{p.serial_number}
{p.external_serial || "—"}
-
{p.spec_model || p.material_name || p.material_id || "—"}
+
{p.spec_model || p.material_name || p.material_id || "—"}
{p.overall_status || "—"}
{statusCfg.label}
{p.current_location_id === "virtual_warehouse" ? (🏭 仓库) : (p.current_location_name || p.current_location_id || "—")}
@@ -411,7 +411,7 @@ export default function AdminTasksPage() { ) : }
-
{new Date(p.created_at).toLocaleDateString("zh-CN")}
+
{new Date(p.created_at).toLocaleDateString("zh-CN")}