From 68820dfcea441829299f1ff9d9a5d0882364537c Mon Sep 17 00:00:00 2001 From: ZhuRui Date: Fri, 7 Aug 2026 19:40:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=85=B3=E9=97=AD=E6=89=80=E6=9C=89=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=A1=B5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/pageTabs/index.tsx | 8 ++++---- src/layouts/BasicLayout.tsx | 2 +- .../finance/withdraw/components/WithdrawDetailModal.tsx | 2 +- src/pages/login/index.tsx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/pageTabs/index.tsx b/src/components/pageTabs/index.tsx index 524bc36..14abe16 100644 --- a/src/components/pageTabs/index.tsx +++ b/src/components/pageTabs/index.tsx @@ -165,9 +165,9 @@ const PageTabs = defineComponent({ case 'other': props.onCloseOther?.(props.activeKey); break; - case 'all': - props.onCloseAll?.(); - break; + // case 'all': + // props.onCloseAll?.(); + // break; } }; @@ -278,7 +278,7 @@ const PageTabs = defineComponent({ {renderBatchMenuItem('left', renderAiIcon(LuPanelLeftClose), '关闭左侧标签页')} {renderBatchMenuItem('right', renderAiIcon(LuPanelRightClose), '关闭右侧标签页')} {renderBatchMenuItem('other', renderAiIcon(LuCopyX), '关闭其它标签页')} - {renderBatchMenuItem('all', renderAiIcon(LuListX), '关闭全部标签页')} + {/* {renderBatchMenuItem('all', renderAiIcon(LuListX), '关闭全部标签页')} */} ), }} diff --git a/src/layouts/BasicLayout.tsx b/src/layouts/BasicLayout.tsx index 6e6c1b6..d502668 100644 --- a/src/layouts/BasicLayout.tsx +++ b/src/layouts/BasicLayout.tsx @@ -296,7 +296,7 @@ export default defineComponent({ - + {/* */} {/* 修改密码弹窗 */} diff --git a/src/pages/finance/withdraw/components/WithdrawDetailModal.tsx b/src/pages/finance/withdraw/components/WithdrawDetailModal.tsx index 1bd89d2..06c723f 100644 --- a/src/pages/finance/withdraw/components/WithdrawDetailModal.tsx +++ b/src/pages/finance/withdraw/components/WithdrawDetailModal.tsx @@ -180,7 +180,7 @@ export default defineComponent({ {renderItem('手续费:', `¥${d.feeAmount}`)} {renderItem('到账金额:', `¥${d.receivedAmount}`, true)} {renderItem('审核状态:', getAuditStatusText(d.auditStatus), true)} - {renderItem('列账状态:', getPayStatusText(d.payStatus))} + {renderItem('到账状态:', getPayStatusText(d.payStatus))} diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx index 629ba99..cb7f965 100644 --- a/src/pages/login/index.tsx +++ b/src/pages/login/index.tsx @@ -130,7 +130,7 @@ export default defineComponent({ -
六个羽友赛事运营平台 ©{new Date().getFullYear()}
+ {/*
六个羽友赛事运营平台 ©{new Date().getFullYear()}
*/} @@ -186,7 +186,7 @@ export default defineComponent({ -
六个羽友赛事运营平台 ©{new Date().getFullYear()}
+ {/*
六个羽友赛事运营平台 ©{new Date().getFullYear()}
*/}