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 + '
' + ' ' + '
'); });