文章类别问题

This commit is contained in:
wanggeng888 2021-04-19 17:52:15 +08:00
parent c56800c37c
commit bf943d5410
2 changed files with 2 additions and 2 deletions

View File

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

View File

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