You've already forked guangan
4
This commit is contained in:
@ -33,14 +33,13 @@
|
||||
return _.join(' ');
|
||||
}
|
||||
|
||||
let tstatus = ['已取消', '待发货', '已发货', '已收货'];
|
||||
let tstyles = ['layui-bg-gray layui-border-red', 'layui-bg-black', 'layui-bg-blue', 'layui-bg-green'];
|
||||
var tstatus = ['已取消', '待发货', '已发货', '已收货'];
|
||||
var tstyles = ['layui-bg-gray layui-border-red', 'layui-bg-black', 'layui-bg-blue', 'layui-bg-green'];
|
||||
|
||||
$(function () {
|
||||
$('#SenderTable').layTable({
|
||||
even: true, height: 'full', sort: {field: 'id', type: 'desc'},
|
||||
cols: [[
|
||||
{field: 'headimg', title: '头 像', width: 90, align: 'center', templet: '<div>{{-showTableImage(d.user.headimg,true,"md")}}</div>'},
|
||||
{
|
||||
field: 'unid', title: '会员用户', width: 170, templet: function (d) {
|
||||
let tpls = [];
|
||||
|
Reference in New Issue
Block a user