From 5162a348300535133dfa49a6fed842b83b6945d7 Mon Sep 17 00:00:00 2001 From: "kuang.yife" Date: Sat, 25 Feb 2023 23:46:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E7=89=88=E4=B8=8A=E6=9E=B6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/goods/standard/addTemplate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghy-admin/src/main/resources/templates/goods/standard/addTemplate.html b/ghy-admin/src/main/resources/templates/goods/standard/addTemplate.html index ccfb03e3..b87b2321 100644 --- a/ghy-admin/src/main/resources/templates/goods/standard/addTemplate.html +++ b/ghy-admin/src/main/resources/templates/goods/standard/addTemplate.html @@ -388,7 +388,7 @@ if (result != null) { result.forEach(function(item) { $('#template-grid').append('
' + - '
' + item.id + '
' + + '
模版' + item.id + '
' + ' ' + '
'); });