This commit is contained in:
2025-04-15 13:52:25 +08:00
parent 0b1078aeb8
commit 2f397ee7b8
3 changed files with 3 additions and 22 deletions

View File

@ -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 = [];