|
@@ -54,10 +54,11 @@
|
|
|
[
|
|
|
{type: 'checkbox', fixed: 'left'},
|
|
|
{field: 'title', title: '标题'},
|
|
|
+ {field: 'government', title: '发布单位', width:200},
|
|
|
{field: 'priority', title: '排序', width: 160},
|
|
|
{field: 'status_text', title: '状态', width: 100, align: 'center'},
|
|
|
{field: 'volume', title: '浏览量', width: 100},
|
|
|
- {field: 'update_time', title: '发布时间', width: 160, align: 'center'},
|
|
|
+ {field: 'publish_time', title: '发布时间', width: 160, align: 'center'},
|
|
|
{title: '操作', width: 150, align: 'center', fixed: 'right', toolbar: '#setTpl'}
|
|
|
]
|
|
|
],
|