From 94ba520f5da511f51091126252714a3c792b89fd Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Thu, 12 Jun 2025 10:34:05 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A9=BA=E6=A0=BC=E5=86=85=E5=AE=B9?=
=?UTF-8?q?=E6=97=A0=E6=B3=95=E7=BC=96=E8=BE=91=EF=BC=8C=E6=8F=90=E7=A4=BA?=
=?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA=E6=96=B9=E5=90=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ne/neConfig/index.vue | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/ne/neConfig/index.vue b/src/views/ne/neConfig/index.vue
index 3930437e..783a2e95 100644
--- a/src/views/ne/neConfig/index.vue
+++ b/src/views/ne/neConfig/index.vue
@@ -575,9 +575,10 @@ onMounted(() => {
@dblclick="listEdit(record)"
>
- {{ JSON.parse(record['filter'])[text] || ' ' }}
+ {{ JSON.parse(record['filter'])[text] }}
- {{ `${text}` || ' ' }}
+ {{ `${text}` }}
+
{
{{ JSON.parse(text['filter'])[text.value] }}
- {{ `${text.value}` || ' ' }}
+ {{ `${text.value}` }}
@@ -784,7 +785,7 @@ onMounted(() => {
{{ JSON.parse(text['filter'])[text.value] }}
- {{ `${text.value}` || ' ' }}
+ {{ `${text.value}` }}