From 5fcd16cc20b0e951276e44a5b2449df5c9b22b8f Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期三, 06 五月 2026 16:35:38 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/map/insight/code/CodeMain.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zy-acs-flow/src/map/insight/code/CodeMain.jsx b/zy-acs-flow/src/map/insight/code/CodeMain.jsx
index b25ad7d..c2730e8 100644
--- a/zy-acs-flow/src/map/insight/code/CodeMain.jsx
+++ b/zy-acs-flow/src/map/insight/code/CodeMain.jsx
@@ -293,7 +293,7 @@
         </Typography>
         <CodeQr value={value} loading={loading} />
         <Typography variant="caption" color="text.secondary">
-            QR CODE
+            {loading ? '-' : (value || '-')}
         </Typography>
         {!loading && (
             <Stack spacing={0.5} alignItems="center" sx={{ mt: 0.5 }}>

--
Gitblit v1.9.1