Преглед на файлове

fix:关键词显示调整

Signed-off-by: tsz <2417024719@qq.com>
tsz преди 1 година
родител
ревизия
b22b16d2b3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/web/templates/pc/dataExport_sieve.html

+ 1 - 1
src/web/templates/pc/dataExport_sieve.html

@@ -2034,7 +2034,7 @@
             if(v.exclude && v.exclude.length > 0) {
               notkey = '排除词:' + v.exclude.toString()
             }
-            keyword += key + append + notkey + ';'
+            keyword += key + '\n' + append + '\n' + notkey + ';'
           })
         }
         return keyword