From eb494b7b7ad3557a7b7500b8516aee4afd33d555 Mon Sep 17 00:00:00 2001 From: endl2017 <834853355@qq.com> Date: Tue, 22 Sep 2020 11:40:34 +0800 Subject: [PATCH] cz --- src/main/resources/templates/agent.html | 6 +++--- src/main/resources/templates/product.html | 12 ++++++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/main/resources/templates/agent.html b/src/main/resources/templates/agent.html index 3c4f81e..1869827 100644 --- a/src/main/resources/templates/agent.html +++ b/src/main/resources/templates/agent.html @@ -160,9 +160,9 @@ {field: 'department.dname', title: '所属部门'}, {field: 'empno', title: '操作', formatter: function(value, row, index){ - return ' ' + - ' ' + - ''; + return ' ' + + ' ' + + ''; } } ], diff --git a/src/main/resources/templates/product.html b/src/main/resources/templates/product.html index 08f5b0b..f4eae08 100644 --- a/src/main/resources/templates/product.html +++ b/src/main/resources/templates/product.html @@ -82,7 +82,11 @@