From d0c2d2c6fbb6beb33ac8f5d88b5cbb165663c036 Mon Sep 17 00:00:00 2001 From: wans10 <51012039+wans10@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:53:58 +0800 Subject: [PATCH] =?UTF-8?q?fix(channel):=20=E4=BF=AE=E5=A4=8D=E5=A4=9A?= =?UTF-8?q?=E5=AF=86=E9=92=A5=E7=AE=A1=E7=90=86=E5=BC=B9=E7=AA=97=E7=B4=A2?= =?UTF-8?q?=E5=BC=95=E6=98=BE=E7=A4=BA=EF=BC=8C=E5=B0=86=E7=B4=A2=E5=BC=95?= =?UTF-8?q?=E5=80=BC=E8=B0=83=E6=95=B4=E4=B8=BA=E4=BB=8E1=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=20(#4231)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/table/channels/modals/MultiKeyManageModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/table/channels/modals/MultiKeyManageModal.jsx b/web/src/components/table/channels/modals/MultiKeyManageModal.jsx index 5e496131..fa7870da 100644 --- a/web/src/components/table/channels/modals/MultiKeyManageModal.jsx +++ b/web/src/components/table/channels/modals/MultiKeyManageModal.jsx @@ -360,7 +360,7 @@ const MultiKeyManageModal = ({ visible, onCancel, channel, onRefresh }) => { { title: t('索引'), dataIndex: 'index', - render: (text) => `#${text}`, + render: (text) => `#${Number(text) + 1}`, }, // { // title: t('密钥预览'),