|
@@ -4,7 +4,7 @@ $(function () {
|
|
|
datatype: "json",
|
|
datatype: "json",
|
|
|
colModel: [
|
|
colModel: [
|
|
|
{ label: 'id', name: 'id', index: 'id', width: 50, key: true, hidden: true },
|
|
{ label: 'id', name: 'id', index: 'id', width: 50, key: true, hidden: true },
|
|
|
- { label: '标题', name: 'title', index: 'title', width: 50 },
|
|
|
|
|
|
|
+ { label: '标题', name: 'title', index: 'title', width: 300 },
|
|
|
{ label: '浏览量', name: 'hits', index: 'hits', width: 80 },
|
|
{ label: '浏览量', name: 'hits', index: 'hits', width: 80 },
|
|
|
{ label: '排序', name: 'sortNo', index: 'sortNo', width: 80 },
|
|
{ label: '排序', name: 'sortNo', index: 'sortNo', width: 80 },
|
|
|
{ label: '发布时间', name: 'publishTime', index: 'publishTime', width: 140 },
|
|
{ label: '发布时间', name: 'publishTime', index: 'publishTime', width: 140 },
|