From 27f59f44345d044967e2048f09dbd704f90ce3db Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期五, 25 四月 2025 17:51:20 +0800
Subject: [PATCH] #新增  1. 新增波次功能  2. 库区新增优化

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

diff --git a/rsf-admin/src/page/basicInfo/companys/index.jsx b/rsf-admin/src/page/basicInfo/companys/index.jsx
index afa36e5..5874d79 100644
--- a/rsf-admin/src/page/basicInfo/companys/index.jsx
+++ b/rsf-admin/src/page/basicInfo/companys/index.jsx
@@ -12,7 +12,7 @@
     list: CompanysList,
     edit: CompanysEdit,
     show: ShowGuesser,
-    recordRepresentation: (record) => {
+    recordRepresentation: (record) => {0
         return `${record.name}`
     }
 };

--
Gitblit v1.9.1