mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index.html
This commit is contained in:
parent
d92c83bcf9
commit
300dbef865
@ -45,7 +45,7 @@
|
|||||||
{checkbox: true, field: 'ids'},
|
{checkbox: true, field: 'ids'},
|
||||||
{field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'},
|
{field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'},
|
||||||
{
|
{
|
||||||
field: 'icon', title: '图标', width: 100, align: 'center', templet: function (d) {
|
field: 'icon', title: '图标', width: 80, align: 'center', templet: function (d) {
|
||||||
return layui.laytpl('<i class="{{d.icon}} font-s18"></i>').render(d);
|
return layui.laytpl('<i class="{{d.icon}} font-s18"></i>').render(d);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -54,8 +54,9 @@
|
|||||||
return layui.laytpl('<span class="color-desc">{{d.spl}}</span>{{d.title}}').render(d);
|
return layui.laytpl('<span class="color-desc">{{d.spl}}</span>{{d.title}}').render(d);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{field: 'url', title: '跳转链接', minWidth: 200},
|
||||||
{field: 'status', title: '菜单状态', minWidth: 120, align: 'center', templet: '#StatusSwitchTpl'},
|
{field: 'status', title: '菜单状态', minWidth: 120, align: 'center', templet: '#StatusSwitchTpl'},
|
||||||
//{field: 'create_at', title: '创建时间', minWidth: 170, align: 'center'},
|
// {field: 'create_at', title: '创建时间', minWidth: 170, align: 'center'},
|
||||||
{toolbar: '#toolbar', title: '操作面板', minWidth: 170, align: 'center', fixed: 'right'},
|
{toolbar: '#toolbar', title: '操作面板', minWidth: 170, align: 'center', fixed: 'right'},
|
||||||
]]
|
]]
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user