张雄 3 years ago
parent bf010d7ae0
commit 6639e562ef

@ -53,7 +53,7 @@ export default {
})
},
clickEchars(data) {
let ele = data[0];
let ele = data;
let model = ele.axisValueLabel;
this.setModel({name: model});
this.$router.push("/modelInsight");

@ -60,7 +60,7 @@ export default {
<style lang="less" scoped>
.fct-outter {
width: 630px;
width: 580px;
height: 412px;
.fct-inner {
width: 100%;

@ -9,6 +9,9 @@
<template>
<div class="fct-outter">
<v-label-div title="论坛传播态势" :showLine="false" :eStyle="{ 'border-style': 'none' }"/>
<div class="fct-inner">
<v-echarts></v-echarts>
</div>
</div>
</template>
@ -22,16 +25,14 @@ export default {
sBrand: "",
token: "",
},
opt: {}
}
},
}
</script>
<style lang="less" scoped>
.fct-outter {
width: 630px;
width: 580px;
height: 412px;
.fct-inner {
width: 100%;

@ -53,10 +53,10 @@
<weibo-portraits :brand="brand"></weibo-portraits>
<weiboPortraitsStoken slot="skeleton"></weiboPortraitsStoken>
</vue-lazy-component>
<!-- <vue-lazy-component> -->
<vue-lazy-component>
<weibo-volume-trend :brand="brand"></weibo-volume-trend>
<!-- <weiboVolumeTrendStoken slot="skeleton"></weiboVolumeTrendStoken> -->
<!-- </vue-lazy-component> -->
<weiboVolumeTrendStoken slot="skeleton"></weiboVolumeTrendStoken>
</vue-lazy-component>
</div>
</div>
<div class="bdl-d4">
@ -64,10 +64,10 @@
<v-btn @click="goRouter('/forumDetails')"></v-btn>
</v-label-div>
<div class="bdl-d4-bd">
<!-- <vue-lazy-component> -->
<vue-lazy-component>
<forumCommunicationTrend :brand="brand"></forumCommunicationTrend>
<!-- <forumCommunicationTrendStoken slot="skeleton"></forumCommunicationTrendStoken>
</vue-lazy-component> -->
<forumCommunicationTrendStoken slot="skeleton"></forumCommunicationTrendStoken>
</vue-lazy-component>
<vue-lazy-component>
<forumHotTopicDirection :brand="brand"></forumHotTopicDirection>
<forumHotTopicDirectionStoken slot="skeleton"></forumHotTopicDirectionStoken>
@ -83,10 +83,10 @@
<v-btn @click="goRouter('/tailInsightDetails')"></v-btn>
</v-label-div>
<div class="bdl-d5-bd">
<!-- <vue-lazy-component> -->
<vue-lazy-component>
<rearWingPropagationSituation :brand="brand"></rearWingPropagationSituation>
<!-- <rearWingPropagationSituationStoken slot="skeleton"></rearWingPropagationSituationStoken>
</vue-lazy-component> -->
<rearWingPropagationSituationStoken slot="skeleton"></rearWingPropagationSituationStoken>
</vue-lazy-component>
<vue-lazy-component>
<keyMedia :brand="brand"></keyMedia>
<keyMediaStoken slot="skeleton"></keyMediaStoken>

@ -60,7 +60,7 @@ export default {
<style lang="less" scoped>
.rwps-outter {
width: 630px;
width: 580px;
height: 412px;
.rwps-inner {
width: 100%;

@ -29,7 +29,7 @@ export default {
<style lang="less" scoped>
.rwps-outter {
width: 630px;
width: 580px;
height: 412px;
.rwps-inner {
width: 100%;

@ -8,6 +8,10 @@
-->
<template>
<div class="stm-outter">
<v-label-div title="传播TOP车型" :showLine="false" :eStyle="{'border-style': 'none'}"></v-label-div>
<div class="stm-inner">
<v-echarts></v-echarts>
</div>
</div>
</template>

@ -61,7 +61,7 @@ export default {
<style lang="less" scoped>
.wvt-outter {
width: 630px;
width: 580px;
height: 412px;
margin-left: 16px;
.wvt-inner {

@ -34,7 +34,7 @@ export default {
<style lang="less" scoped>
.wvt-outter {
width: 630px;
width: 580px;
height: 412px;
margin-left: 16px;
.wvt-inner {

@ -103,7 +103,7 @@ export default {
width: 160,
},
{
title: "来源",
title: "媒体",
key: "source",
dataIndex: "source",
width: 120,
@ -152,7 +152,7 @@ export default {
evenRowBGC: "#010b19",
columnWidth: [720, 180],
rowNum: 16,
header: ["标题", "发布时间", "作者", "来源"],
header: ["标题", "发布时间", "作者", "媒体"],
data: arr1,
};
this.tbData = arr;

@ -0,0 +1,43 @@
<!--
* @Author: your name
* @Date: 2021-11-09 16:02:50
* @LastEditTime: 2021-11-10 16:45:34
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/ModelForumDetails/MainPostIDModelAnalysis/index.vue
-->
<template>
<div class="mpma-outter">
</div>
</template>
<script>
export default {
name: "FollowPostIDModelAnalysis",
data() {
return {
load: false,
form: {
sBrand: "",
token: "",
sSeriesName: "",
iBBsType: 3,
},
zIds: [],
aIds: [],
list: [],
}
},
};
</script>
<style lang="less" scoped>
.mpma-outter {
width: 452px;
height: 412px;
.mpma-inner {
width: 100%;
height: calc(100% - 48px);
}
}
</style>

@ -0,0 +1,85 @@
<!--
* @Author: your name
* @Date: 2021-10-14 10:48:56
* @LastEditTime: 2021-11-10 11:38:07
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/WeiboDetails/weiboCharacters/index.vue
-->
<template>
<div class="wc-outter">
</div>
</template>
<script>
export default {
name: "mfdCharacters",
data() {
return {
form: {
sBrand: "",
token: "",
sSeriesName: "",
},
clicksDistributio: [],
replyDistribution: [],
jingHuaDistribution: [],
imgDistribution: [],
ctotal: 0,
rtotal: 0,
jtotal: 0,
itotal: 0,
total: 0,
labelArr: [],
opt: {},
colors: [
"#3373CC",
"#54BF93",
"#CC9D12",
"#f15c80",
"#e4d354",
"#8085e8",
"#8d4653",
"#91e8e1",
"#f7a35c",
"#90ed7d",
"#54BF93",
"#3373CC",
"#CC9D12",
"#f15c80",
"#e4d354",
"#8085e8",
"#8d4653",
"#91e8e1",
"#f7a35c",
"#90ed7d",
],
};
},
};
</script>
<style lang="less" scoped>
.wc-outter {
width: 618px;
height: 460px;
border: 2px solid #0f2a4d;
margin-left: 16px;
overflow: hidden;
.wc-inner {
width: 100%;
height: calc(100% - 48px);
display: flex;
justify-content: flex-start;
.d1 {
width: 280px;
height: 100%;
}
.d2 {
width: 300px;
margin-left: 16px;
}
}
}
</style>

@ -54,10 +54,10 @@
<ml-weibo-portraits :brand="brand" :model="model"></ml-weibo-portraits>
<mlWeiboPortraitsStoken slot="skeleton"></mlWeiboPortraitsStoken>
</vue-lazy-component>
<!-- <vue-lazy-component> -->
<vue-lazy-component>
<ml-weibo-volume-trend :brand="brand" :model="model"></ml-weibo-volume-trend>
<!-- <mlWeiboVolumeTrendStoken slot="skeleton"></mlWeiboVolumeTrendStoken>
</vue-lazy-component> -->
<mlWeiboVolumeTrendStoken slot="skeleton"></mlWeiboVolumeTrendStoken>
</vue-lazy-component>
</div>
</div>
<div class="bdl-d4">
@ -65,10 +65,10 @@
<v-btn @click="goRouter('/modelForumDetails')"></v-btn>
</v-label-div>
<div class="bdl-d4-bd">
<!-- <vue-lazy-component> -->
<vue-lazy-component>
<mlForumCommunicationTrend :brand="brand" :model="model"></mlForumCommunicationTrend>
<!-- <mlForumCommunicationTrendStoken slot="skeleton"></mlForumCommunicationTrendStoken>
</vue-lazy-component> -->
<mlForumCommunicationTrendStoken slot="skeleton"></mlForumCommunicationTrendStoken>
</vue-lazy-component>
<vue-lazy-component>
<mlForumHotTopicDirection :brand="brand" :model="model"></mlForumHotTopicDirection>
<mlForumHotTopicDirectionStoken slot="skeleton"></mlForumHotTopicDirectionStoken>
@ -84,10 +84,10 @@
<v-btn @click="goRouter('/modelTailDetails')"></v-btn>
</v-label-div>
<div class="bdl-d5-bd">
<!-- <vue-lazy-component> -->
<vue-lazy-component>
<mlRearWingPropagationSituation :brand="brand" :model="model"></mlRearWingPropagationSituation>
<!-- <mlRearWingPropagationSituationStoken slot="skeleton"></mlRearWingPropagationSituationStoken>
</vue-lazy-component> -->
<mlRearWingPropagationSituationStoken slot="skeleton"></mlRearWingPropagationSituationStoken>
</vue-lazy-component>
<vue-lazy-component>
<mlKeyMedia :brand="brand" :model="model"></mlKeyMedia>
<mlKeyMediaStoken slot="skeleton"></mlKeyMediaStoken>

@ -69,7 +69,7 @@ export default {
<style lang="less" scoped>
.fct-outter {
width: 630px;
width: 570px;
height: 412px;
.fct-inner {
width: 100%;

@ -13,18 +13,10 @@
<script>
export default {
name: "ml-forum-communication-trend",
name: "ml-forum-communication-trendStoken",
props: ["brand", "model"],
}
</script>
<style lang="less" scoped>
.fct-outter {
width: 630px;
height: 412px;
.fct-inner {
width: 100%;
height: calc(100% - 48px);
}
}
</style>

@ -69,7 +69,7 @@ export default {
<style lang="less" scoped>
.rwps-outter {
width: 630px;
width: 570px;
height: 412px;
.rwps-inner {
width: 100%;

@ -31,7 +31,7 @@ export default {
<style lang="less" scoped>
.rwps-outter {
width: 630px;
width: 570px;
height: 412px;
.rwps-inner {
width: 100%;

@ -70,7 +70,7 @@ export default {
<style lang="less" scoped>
.wvt-outter {
width: 630px;
width: 570px;
height: 412px;
margin-left: 16px;
.wvt-inner {

@ -30,7 +30,7 @@ export default {
<style lang="less" scoped>
.wvt-outter {
width: 630px;
width: 570px;
height: 412px;
margin-left: 16px;
.wvt-inner {

Loading…
Cancel
Save