崔宝铖提交

This commit is contained in:
cuibaocheng 2020-06-10 21:38:38 +08:00
parent 99a21f6473
commit b51e908fd9
2 changed files with 7 additions and 8 deletions

View File

@ -1,10 +1,8 @@
news: news:
# Nginx地址 nginxAddress: http://192.168.0.104/ # Nginx地址
nginxAddress: http://192.168.0.104/ mainServerAddress: # 门户服务器地址
# 门户服务器地址 serverAddress: http://192.168.0.104:8082/news/ # 新闻服务器地址
mainServerAddress:
# 新闻服务器地址
serverAddress: http://192.168.0.104:8082/news/
server: server:
port: 8082 port: 8082
url: http://192.168.0.104:8082/news url: http://192.168.0.104:8082/news

View File

@ -86,6 +86,7 @@
limit: 20, limit: 20,
limits: [20, 40, 60, 80, 100, 200], limits: [20, 40, 60, 80, 100, 200],
toolbar: '#headerToolBar', toolbar: '#headerToolBar',
defaultToolbar: [],
request: { request: {
pageName: 'page', pageName: 'page',
limitName: 'rows' limitName: 'rows'
@ -106,7 +107,7 @@
return '-'; return '-';
} }
},*/ },*/
{field: 'newsContentCheckStatus', width: 150, title: '审核状态', align:'center', {field: 'newsContentCheckStatus', width: 100, title: '审核状态', align:'center',
templet: function(row) { templet: function(row) {
var rowData = row[this.field]; var rowData = row[this.field];
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
@ -147,7 +148,7 @@
} }
} }
}, },
{field: 'newsContentTitle', width: 150, title: '新闻标题', align:'center', {field: 'newsContentTitle', width: 250, title: '新闻标题', align:'center',
templet: function(row) { templet: function(row) {
var rowData = row[this.field]; var rowData = row[this.field];
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {