From 9bddfceda5bf8f1985d64828e40728d941d3bc03 Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Mon, 9 Jun 2025 18:25:48 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BD=91=E5=85=83=E5=8F=82=E6=95=B0?=
=?UTF-8?q?=E9=85=8D=E7=BD=AElist=E7=B1=BB=E5=9E=8B=E5=80=BC=E7=A9=BA?=
=?UTF-8?q?=E7=99=BD=E7=A9=BA=E6=A0=BCbug=E8=A1=A5=E5=85=85=E5=8D=A0?=
=?UTF-8?q?=E4=BD=8D=E7=AC=A6?=
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}` }}