From f679ac0947417416900ab28308dd3bf235336078 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期一, 02 三月 2026 13:00:57 +0800
Subject: [PATCH] 描述修改
---
rsf-admin/src/page/rcsTest/RcsTestList.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/rsf-admin/src/page/rcsTest/RcsTestList.jsx b/rsf-admin/src/page/rcsTest/RcsTestList.jsx
index 0608637..1224656 100644
--- a/rsf-admin/src/page/rcsTest/RcsTestList.jsx
+++ b/rsf-admin/src/page/rcsTest/RcsTestList.jsx
@@ -657,7 +657,7 @@
<Typography variant="subtitle2">鍏抽敭淇℃伅锛�</Typography>
<Stack direction="row" spacing={2} sx={{ mt: 1 }}>
{testResult.barcode && (
- <Chip label={`鎵樼洏鐮�: ${testResult.barcode}`} />
+ <Chip label={`鏂欑鐮�: ${testResult.barcode}`} />
)}
{testResult.locNo && (
<Chip label={`搴撲綅鍙�: ${testResult.locNo}`} />
@@ -893,7 +893,7 @@
<Typography variant="subtitle2">鍏抽敭淇℃伅锛�</Typography>
<Stack direction="row" spacing={2} sx={{ mt: 1 }}>
{testResult.barcode && (
- <Chip label={`鎵樼洏鐮�: ${testResult.barcode}`} />
+ <Chip label={`鏂欑鐮�: ${testResult.barcode}`} />
)}
{testResult.locNo && (
<Chip label={`搴撲綅鍙�: ${testResult.locNo}`} />
--
Gitblit v1.9.1