From 0da1f34e1419d91ff26927b14f9fc7828dc28d9f Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 23 九月 2024 09:44:28 +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