新增合作方字段

This commit is contained in:
liaozetao
2023-12-26 18:55:31 +08:00
parent 2940c9dc0a
commit b5d8eeebfe

View File

@@ -307,6 +307,7 @@ export default {
$('#channelTable').bootstrapTable('destroy');
$('#channelTable').bootstrapTable({
columns: [
{ field: 'payChannel', title: '合作方', align: 'center', width: '5%' },
{ field: 'desc', title: '渠道名称', align: 'center', width: '5%' },
{
field: 'logo',