-
+
@@ -46,29 +46,16 @@ export default {
let obj = Object.assign({}, this.getCtime2, this.form);
getWebsite(obj).then((res) => {
let data = res.data || {};
- let arr = [];
+ let dy = [];
+ let ds = [];
for (let key in data) {
- let obj = {
- key: key,
- value: data[key]
- }
- arr.push(obj)
+ dy.push(key);
+ ds.push(data[key]);
}
- this.pdata = arr;
+ this.opt = createOpt(dy, ds);
this.load = false;
});
},
- handlerData(val = []) {
- let dy = [];
- let ds = [];
- val.forEach(ele => {
- let key = ele.key;
- let value = ele.value;
- dy.push(key);
- ds.push(value);
- })
- this.opt = createOpt(dy, ds);
- }
},
};
diff --git a/src/views/BrandInsight/keyMedia/opt.js b/src/views/BrandInsight/keyMedia/opt.js
index 7c7ea68..72a7e1a 100644
--- a/src/views/BrandInsight/keyMedia/opt.js
+++ b/src/views/BrandInsight/keyMedia/opt.js
@@ -68,7 +68,7 @@ export default function createOpt(dy = [], ds = []) {
{
name: '2011',
type: 'bar',
- barWidth: 24,
+ barWidth: 18,
data: ds,
color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [{
offset: 0,
diff --git a/src/views/EventDEC/incidentSpreadSituation/index.vue b/src/views/EventDEC/incidentSpreadSituation/index.vue
index de5f354..3efaadf 100644
--- a/src/views/EventDEC/incidentSpreadSituation/index.vue
+++ b/src/views/EventDEC/incidentSpreadSituation/index.vue
@@ -16,14 +16,23 @@
-
+
+
\ No newline at end of file
diff --git a/src/views/ThemeBoard/CoreTransformUser/index.vue b/src/views/ThemeBoard/CoreTransformUser/index.vue
index 9bbe1fb..7eb82cf 100644
--- a/src/views/ThemeBoard/CoreTransformUser/index.vue
+++ b/src/views/ThemeBoard/CoreTransformUser/index.vue
@@ -1,17 +1,100 @@
+
+
+
+
![]()
+
+
+
{{item._source.user_author}}
+
粉丝数:{{bigNumberTransform(item._source.weibofans)}}
+
+
+
\ No newline at end of file
diff --git a/src/views/ThemeBoard/PeopleAuthen/index.vue b/src/views/ThemeBoard/PeopleAuthen/index.vue
index 8a9d683..9f1f564 100644
--- a/src/views/ThemeBoard/PeopleAuthen/index.vue
+++ b/src/views/ThemeBoard/PeopleAuthen/index.vue
@@ -1,12 +1,61 @@
@@ -17,5 +66,19 @@ export default {
border: 2px solid #0f2a4d;
margin-left: 16px;
overflow: hidden;
+ .pa-inner {
+ width: 100%;
+ height: calc(100% - 48px);
+ display: flex;
+ justify-content: flex-start;
+ .pa-d1 {
+ width: 440px;
+ height: 100%;
+ }
+ .pa-d2 {
+ width: 440px;
+ margin-left: 16px;
+ }
+ }
}
\ No newline at end of file
diff --git a/src/views/ThemeBoard/PeopleGender/index.vue b/src/views/ThemeBoard/PeopleGender/index.vue
index 699602d..9d869a6 100644
--- a/src/views/ThemeBoard/PeopleGender/index.vue
+++ b/src/views/ThemeBoard/PeopleGender/index.vue
@@ -1,12 +1,61 @@
@@ -15,5 +64,19 @@ export default {
width: 936px;
height: 460px;
border: 2px solid #0f2a4d;
+ .pg-inner {
+ width: 100%;
+ height: calc(100% - 48px);
+ display: flex;
+ justify-content: flex-start;
+ .pg-d1 {
+ width: 440px;
+ height: 100%;
+ }
+ .pg-d2 {
+ width: 440px;
+ margin-left: 16px;
+ }
+ }
}
\ No newline at end of file
diff --git a/src/views/ThemeBoard/TransformMethod/index.vue b/src/views/ThemeBoard/TransformMethod/index.vue
index 2569b64..7b181d5 100644
--- a/src/views/ThemeBoard/TransformMethod/index.vue
+++ b/src/views/ThemeBoard/TransformMethod/index.vue
@@ -1,17 +1,88 @@
+
+
+
+
+
+
+

+
+ 最大层级
+ 111
+
+
+
+

+
+ 微博覆盖人数
+ 222
+
+
+
+

+
+ 总转发人数
+ 333
+
+
+
+
\ No newline at end of file
diff --git a/src/views/WeiboDetails/weiboCommunicationTrend/index.vue b/src/views/WeiboDetails/weiboCommunicationTrend/index.vue
index 88bbd16..8a75815 100644
--- a/src/views/WeiboDetails/weiboCommunicationTrend/index.vue
+++ b/src/views/WeiboDetails/weiboCommunicationTrend/index.vue
@@ -11,24 +11,50 @@
-
+
+
+