From c9fad3dea3ee2c5469c96f63e9c98ac59e718e2f Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Tue, 13 May 2025 16:11:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B2=97=E4=BD=8D=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/system/newdev/spost/classifiedPost.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/spost/classifiedPost.html b/ruoyi-admin/src/main/resources/templates/system/newdev/spost/classifiedPost.html index 2d39f10d..018ebb7e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/spost/classifiedPost.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/spost/classifiedPost.html @@ -110,7 +110,7 @@ formatter: function(value, row, index) { var actions = []; actions.push('详情 '); - actions.push('编辑 '); + actions.push('编辑 '); actions.push('删除'); return actions.join(''); }