|
|
@@ -66,9 +66,9 @@ layui.config({
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, {field:'Id', fixed: 'left', title:'ID', width:80, sort: true, unresize: true}
|
|
|
, {field:'Kind', title:'分类', width:100, sort: true}
|
|
|
- , {field:'UrlPath', title:'路由地址', width:300, sort: true}
|
|
|
+ , {field:'UrlPath', title:'路由地址', sort: true}
|
|
|
|
|
|
- , { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
+ , { title: '操作', align: 'center', width:200, fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
|
, where: {
|
|
|
|