日常更新
This commit is contained in:
@@ -45,6 +45,7 @@ $(function(){
|
||||
createUrl: "/admin/ad/addad",
|
||||
updateUrl: "/admin/ad/editad/id/{id}",
|
||||
removeUrl: "/admin/ad/delad",
|
||||
uniqueId: "id",
|
||||
sortName: "id",
|
||||
sortOrder: "desc",
|
||||
modalName: "广告",
|
||||
@@ -52,23 +53,30 @@ $(function(){
|
||||
{
|
||||
checkbox: true
|
||||
},
|
||||
{
|
||||
title: '图片',
|
||||
formatter: function(value, row, index) {
|
||||
return $.table.imageView(row.cover);
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'title',
|
||||
title: '广告位名称'
|
||||
},
|
||||
{
|
||||
field: 'appid',
|
||||
title: 'APPID'
|
||||
},
|
||||
{
|
||||
field: 'appsecret',
|
||||
title: 'APP秘钥'
|
||||
},
|
||||
{
|
||||
field: 'create_time',
|
||||
title: '创建时间',
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
field: 'update_time',
|
||||
title: '更新时间',
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
field: 'status_text',
|
||||
title: '状态'
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
align: 'center',
|
||||
|
||||
Reference in New Issue
Block a user