From 158ef0f443b9f36f8beb44853ed1f39449c45c1d Mon Sep 17 00:00:00 2001
From: yangyang
Date: 星期五, 21 三月 2025 10:55:37 +0800
Subject: [PATCH] #修改 1. 动态扩展字段优化 2. 物料优化

---
 rsf-admin/src/page/qlyInspect/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/page/qlyInspect/index.jsx b/rsf-admin/src/page/qlyInspect/index.jsx
index a4add54..7973dcf 100644
--- a/rsf-admin/src/page/qlyInspect/index.jsx
+++ b/rsf-admin/src/page/qlyInspect/index.jsx
@@ -13,6 +13,6 @@
     edit: QlyInspectEdit,
     show: ShowGuesser,
     recordRepresentation: (record) => {
-        return `${record.name}`
+        return `${record.id}`
     }
 };

--
Gitblit v1.9.1