This commit is contained in:
扶桑花间 2025-09-11 22:30:00 +08:00
parent e52f675ff3
commit fb9a49f85c

View File

@ -67,18 +67,18 @@
align: 'center' align: 'center'
}, },
{ {
prop: 'PlatformId', prop: 'platformCode',
label: '渠道ID', label: '平台代码',
width: 80 minWidth: 120
}, },
{ {
prop: 'code', prop: 'platformName',
label: '渠道代码', label: '平台名称',
width: 80 minWidth: 120
}, },
{ {
prop: 'name', prop: 'comments',
label: '渠道名称', label: '备注',
minWidth: 120 minWidth: 120
}, },
{ {