From c2775e2b01ac8e18e36f865d24ae620bddeec06c Mon Sep 17 00:00:00 2001 From: luoxj <1227731421@qq.com> Date: Thu, 3 Sep 2020 11:11:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/manager/cms/category/index.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/manager/cms/category/index.ftl b/src/main/webapp/WEB-INF/manager/cms/category/index.ftl index e24f54af..68b11309 100644 --- a/src/main/webapp/WEB-INF/manager/cms/category/index.ftl +++ b/src/main/webapp/WEB-INF/manager/cms/category/index.ftl @@ -183,7 +183,7 @@ //删除 del: function (row) { var that = this; - that.$confirm('此操作将永久删除所选内容, 是否继续?', '提示', { + that.$confirm('此操作将永久删除分类和分类下的文章, 是否继续?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning'