订单列表新增 立减金批次号

This commit is contained in:
wangsongsole 2022-06-14 11:58:19 +08:00
parent 79374f201b
commit 87a8b699fb
1 changed files with 2 additions and 2 deletions

View File

@ -119,9 +119,9 @@ const Column = [
},
{
title: '平台批次号',
name: 'num',
name: 'channel_activity_id',
type: 'normal',
prop: 'num',
prop: 'channel_activity_id',
width: 'auto'
},
{