|
@@ -33,42 +33,31 @@ Component({
|
|
|
dataNumList: [
|
|
|
{
|
|
|
value: 20,
|
|
|
- label: '场景商品数',
|
|
|
+ label: '展位浏览量',
|
|
|
key: 'goods_num',
|
|
|
bgColor: 'rgba(115,142,254,0.1)',
|
|
|
color: '#738EFE'
|
|
|
},
|
|
|
{
|
|
|
value: 20,
|
|
|
- label: '解说视频数',
|
|
|
+ label: '客户访问量',
|
|
|
key: 'video_num',
|
|
|
bgColor: 'rgba(77,174,255,0.1)',
|
|
|
color: '#4DAEFF'
|
|
|
},
|
|
|
{
|
|
|
value: 20,
|
|
|
- label: '场景点位数',
|
|
|
- bgColor: 'rgba(246,151,88,0.1)',
|
|
|
- color: '#F69758'
|
|
|
- },
|
|
|
- {
|
|
|
- value: 20,
|
|
|
- label: '平均视频观看',
|
|
|
+ label: '商务询盘量',
|
|
|
bgColor: 'rgba(23,210,210,0.1)',
|
|
|
color: '#17D2D2'
|
|
|
},
|
|
|
{
|
|
|
value: 20,
|
|
|
- label: '平均页面停留',
|
|
|
- bgColor: 'rgba(250,212,59,0.1)',
|
|
|
- color: '#FAD43B'
|
|
|
- },
|
|
|
- {
|
|
|
- value: 20,
|
|
|
- label: '名片交换数',
|
|
|
- bgColor: 'rgba(19,29,52,0.05)',
|
|
|
- color: '#131D34'
|
|
|
- },
|
|
|
+ label: '展位商品数',
|
|
|
+ bgColor: 'rgba(246,151,88,0.1)',
|
|
|
+ color: '#F69758'
|
|
|
+
|
|
|
+ }
|
|
|
]
|
|
|
},
|
|
|
|