崔宝铖提交
This commit is contained in:
parent
99a21f6473
commit
b51e908fd9
@ -1,10 +1,8 @@
|
||||
news:
|
||||
# Nginx地址
|
||||
nginxAddress: http://192.168.0.104/
|
||||
# 门户服务器地址
|
||||
mainServerAddress:
|
||||
# 新闻服务器地址
|
||||
serverAddress: http://192.168.0.104:8082/news/
|
||||
nginxAddress: http://192.168.0.104/ # Nginx地址
|
||||
mainServerAddress: # 门户服务器地址
|
||||
serverAddress: http://192.168.0.104:8082/news/ # 新闻服务器地址
|
||||
|
||||
server:
|
||||
port: 8082
|
||||
url: http://192.168.0.104:8082/news
|
||||
|
@ -86,6 +86,7 @@
|
||||
limit: 20,
|
||||
limits: [20, 40, 60, 80, 100, 200],
|
||||
toolbar: '#headerToolBar',
|
||||
defaultToolbar: [],
|
||||
request: {
|
||||
pageName: 'page',
|
||||
limitName: 'rows'
|
||||
@ -106,7 +107,7 @@
|
||||
return '-';
|
||||
}
|
||||
},*/
|
||||
{field: 'newsContentCheckStatus', width: 150, title: '审核状态', align:'center',
|
||||
{field: 'newsContentCheckStatus', width: 100, title: '审核状态', align:'center',
|
||||
templet: function(row) {
|
||||
var rowData = row[this.field];
|
||||
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) {
|
||||
var rowData = row[this.field];
|
||||
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
|
||||
|
Loading…
Reference in New Issue
Block a user