在营销计划的key批次列表页面,页面字段未展示完整,前端应该按照原型图进行添加

This commit is contained in:
red-deng-deng 2021-11-25 14:01:26 +08:00
parent 4360642702
commit 7e41af12b7
1 changed files with 6 additions and 7 deletions

View File

@ -60,6 +60,12 @@ const Column = [
type: "normal", type: "normal",
prop:'receive', prop:'receive',
width:'120px', width:'120px',
}, {
title: '已使用key总数',
name: 'usage',
type: "normal",
prop:'usage',
width:'120px',
}, { }, {
title: '沉默总数', title: '沉默总数',
name: 'silent', name: 'silent',
@ -78,13 +84,6 @@ const Column = [
type: "normal", type: "normal",
prop:'receive_total', prop:'receive_total',
width:'140px', width:'140px',
},
{
title: '已使用总数',
name: 'usage',
type: "normal",
prop:'usage',
width:'140px',
}, { }, {
title: '已使用总价(预估)', title: '已使用总价(预估)',
name: 'usage_total', name: 'usage_total',