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 == '') {