From 1e9a48a1e08eebbb9ef0731de7a65421ee406098 Mon Sep 17 00:00:00 2001
From: SSSDNSY <736259020@qq.com>
Date: Sun, 1 Aug 2021 07:24:57 +0000
Subject: [PATCH] =?UTF-8?q?update=20blog-admin/src/main/resources/static/a?=
=?UTF-8?q?ssets/js/zhyd.treetable.js.=20=E5=88=A0=E9=99=A4fa-fw=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=EF=BC=8C=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=E4=B8=BA?=
=?UTF-8?q?...?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/static/assets/js/zhyd.treetable.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/blog-admin/src/main/resources/static/assets/js/zhyd.treetable.js b/blog-admin/src/main/resources/static/assets/js/zhyd.treetable.js
index d3982ed..51f6213 100644
--- a/blog-admin/src/main/resources/static/assets/js/zhyd.treetable.js
+++ b/blog-admin/src/main/resources/static/assets/js/zhyd.treetable.js
@@ -23,9 +23,9 @@ $.extend({
formatter: function (value, row, index) {
var curId = row.id;
var actions = [];
- actions.push(' ');
+ actions.push(' ');
// actions.push(' ');
- actions.push('');
+ actions.push('');
return actions.join('');
}
}
--
Gitee