在营销计划的key批次列表页面,页面字段未展示完整,前端应该按照原型图进行添加
This commit is contained in:
parent
4360642702
commit
7e41af12b7
|
@ -60,6 +60,12 @@ const Column = [
|
|||
type: "normal",
|
||||
prop:'receive',
|
||||
width:'120px',
|
||||
}, {
|
||||
title: '已使用key总数',
|
||||
name: 'usage',
|
||||
type: "normal",
|
||||
prop:'usage',
|
||||
width:'120px',
|
||||
}, {
|
||||
title: '沉默总数',
|
||||
name: 'silent',
|
||||
|
@ -78,13 +84,6 @@ const Column = [
|
|||
type: "normal",
|
||||
prop:'receive_total',
|
||||
width:'140px',
|
||||
},
|
||||
{
|
||||
title: '已使用总数',
|
||||
name: 'usage',
|
||||
type: "normal",
|
||||
prop:'usage',
|
||||
width:'140px',
|
||||
}, {
|
||||
title: '已使用总价(预估)',
|
||||
name: 'usage_total',
|
||||
|
|
Loading…
Reference in New Issue