From 29e3dedbe942ea860cc04d6e78da1eaf434b4d3c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 6 Feb 2024 22:11:02 +0800 Subject: [PATCH] update --- plugins/data_query/static/html/index.html | 4 ++-- plugins/data_query/static/js/app.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/data_query/static/html/index.html b/plugins/data_query/static/html/index.html index 3eaa75873..9349c057a 100644 --- a/plugins/data_query/static/html/index.html +++ b/plugins/data_query/static/html/index.html @@ -20,7 +20,7 @@
-
+
@@ -78,7 +78,7 @@
-
+
进程 diff --git a/plugins/data_query/static/js/app.js b/plugins/data_query/static/js/app.js index 41ef97a5a..ba4f044ad 100755 --- a/plugins/data_query/static/js/app.js +++ b/plugins/data_query/static/js/app.js @@ -410,7 +410,7 @@ function mysqlProcessList(){ for (var j = 0; j < fields.length; j++) { var f = fields[j]; if (f in dlist[i]) { - tbody += ''+dlist[i][f]+''; + tbody += ''+dlist[i][f]+''; } else { tbody += 'undefined'; }