|
@@ -15,30 +15,41 @@
|
|
|
<LeftTop />
|
|
|
</ItemWrap>
|
|
|
<ItemWrap class="contetn_left-bottom contetn_lr-bitem" title="销售金额TOP15">
|
|
|
- <LeftBottom />
|
|
|
+ <LeftBottom />
|
|
|
</ItemWrap>
|
|
|
</div>
|
|
|
<div class="contetn_center">
|
|
|
- <dv-border-box-8 class="contetn_center-top">
|
|
|
- <CenterTop />
|
|
|
- </dv-border-box-8>
|
|
|
+ <dv-border-box-8 class="contetn_center-top">
|
|
|
+ <CenterTop />
|
|
|
+ </dv-border-box-8>
|
|
|
<CenterMap class="contetn_center_topMap" />
|
|
|
<ItemWrap class="contetn_center-bottom" title="品类销售分布">
|
|
|
<CenterBottom />
|
|
|
</ItemWrap>
|
|
|
</div>
|
|
|
<div class="contetn_right">
|
|
|
- <ItemWrap
|
|
|
- class="contetn_right-top contetn_lr-item"
|
|
|
- title="销售趋势分析"
|
|
|
- >
|
|
|
- <RightTop style="height: 94%;"/>
|
|
|
+ <ItemWrap class="contetn_right-top contetn_lrr-item" title="销售趋势分析">
|
|
|
+ <RightTop style="height: 94%;" />
|
|
|
</ItemWrap>
|
|
|
- <ItemWrap
|
|
|
+ <!-- <ItemWrap
|
|
|
class="contetn_right-bottom contetn_lr-bitem"
|
|
|
- title="本月/周/日销售"
|
|
|
+ title="本月/周销售"
|
|
|
>
|
|
|
<RightBottom />
|
|
|
+ </ItemWrap> -->
|
|
|
+ <ItemWrap class="contetn_right-bottom contetn_right_bottom" title="本月/周销售">
|
|
|
+ <RightBottom />
|
|
|
+ </ItemWrap>
|
|
|
+ <ItemWrap class="contetn_center-bottom" title="今日销售">
|
|
|
+ <div class="table-head">
|
|
|
+ <div class="col-1">排名</div>
|
|
|
+ <div class="col-2">加盟商</div>
|
|
|
+ <div class="col-3">级别</div>
|
|
|
+ <div class="col-4">采购金额(元)</div>
|
|
|
+ </div>
|
|
|
+ <div style="padding-bottom: 20px;">
|
|
|
+ <AnalyseRightTop />
|
|
|
+ </div>
|
|
|
</ItemWrap>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -52,20 +63,21 @@ import CenterMap from "./center-map.vue";
|
|
|
import CenterBottom from "./center-bottom.vue";
|
|
|
import RightTop from "./right-top.vue";
|
|
|
import RightBottom from "./right-bottom.vue";
|
|
|
-
|
|
|
+import AnalyseRightTop from "../analyse/right-top.vue";
|
|
|
export default {
|
|
|
components: {
|
|
|
LeftTop,
|
|
|
LeftBottom,
|
|
|
- CenterTop,
|
|
|
+ CenterTop,
|
|
|
CenterMap,
|
|
|
RightTop,
|
|
|
RightBottom,
|
|
|
CenterBottom,
|
|
|
+ AnalyseRightTop
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
-
|
|
|
+
|
|
|
};
|
|
|
},
|
|
|
filters: {
|
|
@@ -76,17 +88,18 @@ export default {
|
|
|
created() {
|
|
|
},
|
|
|
|
|
|
- mounted() {},
|
|
|
+ mounted() { },
|
|
|
methods: {
|
|
|
- toPage(){
|
|
|
- this.$router.push({name:'analyse'})
|
|
|
- }
|
|
|
+ toPage() {
|
|
|
+ this.$router.push({ name: 'analyse' })
|
|
|
+ }
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
// 内容
|
|
|
.contents {
|
|
|
+
|
|
|
.contetn_left,
|
|
|
.contetn_right {
|
|
|
width: 540px;
|
|
@@ -99,17 +112,29 @@ export default {
|
|
|
}
|
|
|
|
|
|
//左右两侧 三个块
|
|
|
- .contetn_left-top, .contetn_right-top{
|
|
|
- margin-top: 15px;
|
|
|
+ .contetn_left-top,
|
|
|
+ .contetn_right-top {
|
|
|
+ margin-top: 15px;
|
|
|
}
|
|
|
+
|
|
|
.contetn_lr-item {
|
|
|
height: 400px;
|
|
|
}
|
|
|
+
|
|
|
+ .contetn_lrr-item {
|
|
|
+ height: 350px;
|
|
|
+ }
|
|
|
+
|
|
|
.contetn_lr-bitem {
|
|
|
height: 560px;
|
|
|
}
|
|
|
|
|
|
- .contetn_center_top, .contetn_center_topMap {
|
|
|
+ .contetn_right_bottom {
|
|
|
+ height: 270px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .contetn_center_top,
|
|
|
+ .contetn_center_topMap {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
@@ -119,10 +144,12 @@ export default {
|
|
|
flex-direction: column;
|
|
|
justify-content: space-around;
|
|
|
}
|
|
|
- .contetn_center-top{
|
|
|
- height: 110px;
|
|
|
- margin-top: 10px;
|
|
|
+
|
|
|
+ .contetn_center-top {
|
|
|
+ height: 110px;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
+
|
|
|
.contetn_center-bottom {
|
|
|
height: 310px;
|
|
|
}
|
|
@@ -135,21 +162,56 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
position: relative;
|
|
|
}
|
|
|
-}
|
|
|
|
|
|
+ .table-head {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
|
|
|
-@keyframes rotating {
|
|
|
- 0% {
|
|
|
- -webkit-transform: rotate(0) scale(1);
|
|
|
- transform: rotate(0) scale(1);
|
|
|
+ .col-1 {
|
|
|
+ width: 10%;
|
|
|
}
|
|
|
- 50% {
|
|
|
- -webkit-transform: rotate(180deg) scale(1.1);
|
|
|
- transform: rotate(180deg) scale(1.1);
|
|
|
+
|
|
|
+ .col-2 {
|
|
|
+ width: 30%;
|
|
|
}
|
|
|
- 100% {
|
|
|
- -webkit-transform: rotate(360deg) scale(1);
|
|
|
- transform: rotate(360deg) scale(1);
|
|
|
+
|
|
|
+ .col-3 {
|
|
|
+ width: 30%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .col-4 {
|
|
|
+ width: 30%;
|
|
|
+ }
|
|
|
+
|
|
|
+ >div {
|
|
|
+ text-align: center;
|
|
|
+ padding: 5px 0;
|
|
|
+ color: rgba(0, 170, 255, 0.8);
|
|
|
}
|
|
|
+ }
|
|
|
+
|
|
|
+ .right_center_wrap {
|
|
|
+ overflow: hidden;
|
|
|
+ width: 100%;
|
|
|
+ height: 220px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+@keyframes rotating {
|
|
|
+ 0% {
|
|
|
+ -webkit-transform: rotate(0) scale(1);
|
|
|
+ transform: rotate(0) scale(1);
|
|
|
+ }
|
|
|
+
|
|
|
+ 50% {
|
|
|
+ -webkit-transform: rotate(180deg) scale(1.1);
|
|
|
+ transform: rotate(180deg) scale(1.1);
|
|
|
+ }
|
|
|
+
|
|
|
+ 100% {
|
|
|
+ -webkit-transform: rotate(360deg) scale(1);
|
|
|
+ transform: rotate(360deg) scale(1);
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|