Эх сурвалжийг харах

fix:关键词显示调整

Signed-off-by: tsz <2417024719@qq.com>
tsz 1 жил өмнө
parent
commit
b22b16d2b3

+ 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