diff --git a/src/main/resources/templates/agent.html b/src/main/resources/templates/agent.html index 3c4f81e6e0a5a12b60529d336df68a8f06713015..1869827a943412224cb5b39bc09a7bffc7a4dc33 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 08f5b0be351b5bcbaf5e488902a1bd75b306f2d5..f4eae08b0353fc9a065b5cdf01ac6bd5467f3645 100644 --- a/src/main/resources/templates/product.html +++ b/src/main/resources/templates/product.html @@ -82,7 +82,11 @@