From 7c4cc233eb65d98af1ce98839c87a1c78363fe8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E6=97=AD?= <2868304641@qq.com> Date: Sat, 5 Jul 2025 21:50:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20=E4=B8=89=E4=B8=AA?= =?UTF-8?q?=E9=A1=B5=E7=9A=84=E9=9D=A2tabName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/JDCX/index.jsx | 2 +- src/pages/YBSX/index.jsx | 2 +- src/pages/ZBSX/index.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/JDCX/index.jsx b/src/pages/JDCX/index.jsx index acad0a7..0eb3796 100644 --- a/src/pages/JDCX/index.jsx +++ b/src/pages/JDCX/index.jsx @@ -136,7 +136,7 @@ const Progress = (props) => { { tabList.map((item) => { return ( - + ); }) } diff --git a/src/pages/YBSX/index.jsx b/src/pages/YBSX/index.jsx index fbae96a..1e81cb7 100644 --- a/src/pages/YBSX/index.jsx +++ b/src/pages/YBSX/index.jsx @@ -86,7 +86,7 @@ const Done = (props) => { { tabList.map((item) => { return ( - + ); }) } diff --git a/src/pages/ZBSX/index.jsx b/src/pages/ZBSX/index.jsx index 3c81ddd..7e3296a 100644 --- a/src/pages/ZBSX/index.jsx +++ b/src/pages/ZBSX/index.jsx @@ -128,7 +128,7 @@ const Doing = (props) => { { tabList.map((item) => { return ( - + ); }) }