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