From fb9a49f85c9d99a3863f9f84302bd4e868ffa4b8 Mon Sep 17 00:00:00 2001 From: v Date: Thu, 11 Sep 2025 22:30:00 +0800 Subject: [PATCH] up. --- z_ele/src/views/xm/platform/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/z_ele/src/views/xm/platform/index.vue b/z_ele/src/views/xm/platform/index.vue index 78c46f3..6c3b1ad 100644 --- a/z_ele/src/views/xm/platform/index.vue +++ b/z_ele/src/views/xm/platform/index.vue @@ -67,18 +67,18 @@ align: 'center' }, { - prop: 'PlatformId', - label: '渠道ID', - width: 80 + prop: 'platformCode', + label: '平台代码', + minWidth: 120 }, { - prop: 'code', - label: '渠道代码', - width: 80 + prop: 'platformName', + label: '平台名称', + minWidth: 120 }, { - prop: 'name', - label: '渠道名称', + prop: 'comments', + label: '备注', minWidth: 120 }, {