|
|
@@ -65,12 +65,12 @@ layui.config({
|
|
|
, cols: [[
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, { field: 'Id', fixed: 'left', title: 'ID', width: 80, sort: true, unresize: true }
|
|
|
- , { field: 'Title', title: '标题', sort: true }
|
|
|
- , { field: 'ColId', title: '分类', sort: true }
|
|
|
- , { field: 'PicPath', title: '图片', width: 60, templet: '#imgTpl', unresize: true }
|
|
|
+ , { field: 'Title', width: 220, title: '标题', sort: true }
|
|
|
+ , { field: 'ColId', width: 220, title: '分类', sort: true }
|
|
|
+ , { field: 'PicPath', width: 220, title: '图片', templet: '#imgTpl', unresize: true }
|
|
|
|
|
|
, { field: 'Sort', fixed: 'right', title: '排序', width: 80, edit: 'text' }
|
|
|
- , { title: '操作', width: 220, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
+ , { title: '操作', width: 420, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
|
, page: true
|
|
|
, limit: 30
|