修改转化漏斗
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<div class="ele-body ele-body-card" v-loading="loading">
|
||||
<el-row :gutter="15">
|
||||
<el-col
|
||||
v-for="(item, index) in statistics.activityData1"
|
||||
v-for="(item, index) in statistics.activityData1.list"
|
||||
:key="index"
|
||||
v-bind="styleResponsive ? { lg: 8, md: 14 } : { span: 8 }"
|
||||
:style="statistics.activityData1.style"
|
||||
>
|
||||
<el-card class="analysis-chart-card" shadow="never">
|
||||
<template v-slot:header>
|
||||
@@ -20,9 +20,9 @@
|
||||
</el-row>
|
||||
<el-row :gutter="15">
|
||||
<el-col
|
||||
v-for="(item, index) in statistics.activityData2"
|
||||
v-for="(item, index) in statistics.activityData2.list"
|
||||
:key="index"
|
||||
v-bind="styleResponsive ? { lg: 3, md: 8 } : { span: 3 }"
|
||||
:style="statistics.activityData2.style"
|
||||
>
|
||||
<el-card :class="item.url != '' ? 'el-header_add' : ''" shadow="never">
|
||||
<template v-slot:header>
|
||||
@@ -440,8 +440,8 @@
|
||||
id: '',
|
||||
statistics: {
|
||||
activityId: null,
|
||||
activityData1: [],
|
||||
activityData2: [],
|
||||
activityData1: { list: [], style: '' },
|
||||
activityData2: { list: [], style: '' },
|
||||
areaData: [],
|
||||
bizData: [],
|
||||
consultantData: []
|
||||
|
||||
Reference in New Issue
Block a user