From 4ad3a6e5540c5ca9d6042fc2fb7d72fa18c49c15 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 06 八月 2025 12:51:48 +0800
Subject: [PATCH] 保存一个版本
---
zy-acs-flow/src/page/bus/index.jsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zy-acs-flow/src/page/bus/index.jsx b/zy-acs-flow/src/page/bus/index.jsx
index 246dcfb..e47c558 100644
--- a/zy-acs-flow/src/page/bus/index.jsx
+++ b/zy-acs-flow/src/page/bus/index.jsx
@@ -13,6 +13,6 @@
edit: BusEdit,
show: ShowGuesser,
recordRepresentation: (record) => {
- return `${record.seqNum}`
+ return `${record.busNo}`
}
};
--
Gitblit v1.9.1