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}` }}