From 29ca4bab25cb55513098e641d64810a9081df6a5 Mon Sep 17 00:00:00 2001 From: jingrow Date: Mon, 4 Aug 2025 22:19:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B7=BB=E5=8A=A0=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E8=A7=A3=E6=9E=90=E8=AE=B0=E5=BD=95=E6=97=B6=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=E9=94=99=E4=B9=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/components/JsiteDomainDNSRecords.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dashboard/src2/components/JsiteDomainDNSRecords.vue b/dashboard/src2/components/JsiteDomainDNSRecords.vue index 75c7968..74ecff5 100644 --- a/dashboard/src2/components/JsiteDomainDNSRecords.vue +++ b/dashboard/src2/components/JsiteDomainDNSRecords.vue @@ -94,7 +94,7 @@ 状态 - ⚙️ + 操作 @@ -111,7 +111,7 @@ /> - {{ record.isNew ? '-' : index + 1 }} + {{ record.isNew ? '-' : (dnsRecords.filter(r => !r.isNew).findIndex(r => r.id === record.id) + 1) }} @@ -234,7 +234,7 @@ size="sm" class="text-blue-600 hover:text-blue-700" > - ✏️ + 编辑