From 4510c251cf784b12c1f279f9c80db913363f8edd Mon Sep 17 00:00:00 2001 From: dhb52 Date: Wed, 12 Jun 2024 13:05:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.1.0):=20=E5=91=BD=E5=90=8D=E7=A9=BA?= =?UTF-8?q?=E9=97=B4=E9=9D=9E=E6=B4=BB=E8=B7=83=E6=9D=A1=E7=9B=AE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/iconify/material-symbols.json | 3 +++ src/views/namespace/index.vue | 10 ++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/public/iconify/material-symbols.json b/public/iconify/material-symbols.json index d80490c..6e3e431 100644 --- a/public/iconify/material-symbols.json +++ b/public/iconify/material-symbols.json @@ -38,6 +38,9 @@ }, "check-circle": { "body": "" + }, + "cancel": { + "body": "" } } } diff --git a/src/views/namespace/index.vue b/src/views/namespace/index.vue index 46e3455..5f5faab 100644 --- a/src/views/namespace/index.vue +++ b/src/views/namespace/index.vue @@ -46,15 +46,13 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP align: 'center', width: 40, render: row => ( - <> +
{namespaceId.value === row.uniqueId! ? ( -
- -
+ ) : ( - '' + )} - +
) }, {