From bf943d54109ea67804793507438cf22c18b4f21a Mon Sep 17 00:00:00 2001 From: wanggeng888 <450292408@qq.com> Date: Mon, 19 Apr 2021 17:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E7=B1=BB=E5=88=AB=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/content/list-category.html | 2 +- module-article/src/main/resources/templates/content/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module-article/src/main/resources/templates/content/list-category.html b/module-article/src/main/resources/templates/content/list-category.html index 84dc8f06..f64027b1 100644 --- a/module-article/src/main/resources/templates/content/list-category.html +++ b/module-article/src/main/resources/templates/content/list-category.html @@ -104,7 +104,7 @@ return rowData; } }, - {field: 'categorySummary', width: 200, title: '文章类别', align:'center', + {field: 'categoryTitle', width: 200, title: '文章类别', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { diff --git a/module-article/src/main/resources/templates/content/list.html b/module-article/src/main/resources/templates/content/list.html index 9205fdb0..9d8ca7db 100644 --- a/module-article/src/main/resources/templates/content/list.html +++ b/module-article/src/main/resources/templates/content/list.html @@ -131,7 +131,7 @@ return rowData; } }, - {field: 'categorySummary', width: 200, title: '文章类别', align:'center', + {field: 'categoryTitle', width: 200, title: '文章类别', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {