This commit is contained in:
toom1996
2025-07-31 11:43:28 +08:00
parent 1768c86693
commit cc15942e79
5 changed files with 33 additions and 22 deletions

View File

@ -142,15 +142,10 @@ $platforms = call_user_func(function () {
}
},
// field: "published_status",
},{
field:'created_at',
title: '发布日期'
},
// {
// title: "封面",
// field: "cover",
// templet: function (d) {
// return '<img src="'+encodeURI(d['cover'])+'" style="width:100%;height:100%" alt="" />'
// },
// width: 90,
// },
{
title: "操作",
toolbar: "#table-bar",