|
@@ -2,41 +2,37 @@
|
|
|
<div>
|
|
<div>
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
- <el-row>
|
|
|
|
|
- <el-col>
|
|
|
|
|
- <el-card shadow="hover" class="mgb20">
|
|
|
|
|
- <div class="user-info">
|
|
|
|
|
- <img src="static/img/img.jpg" class="user-avator" alt="">
|
|
|
|
|
- <div class="user-info-cont">
|
|
|
|
|
- <div class="user-info-name">{{name}}</div>
|
|
|
|
|
- <div>{{role}}</div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="user-info-list">上次登录时间:<span>2018-01-01</span></div>
|
|
|
|
|
- <div class="user-info-list">上次登录地点:<span>东莞</span></div>
|
|
|
|
|
- </el-card>
|
|
|
|
|
- <el-card shadow="hover">
|
|
|
|
|
- <div slot="header" class="clearfix">
|
|
|
|
|
- <span>语言详情</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- Vue
|
|
|
|
|
- <el-progress :percentage="57.2" color="#42b983"></el-progress>
|
|
|
|
|
- JavaScript
|
|
|
|
|
- <el-progress :percentage="29.8" color="#f1e05a"></el-progress>
|
|
|
|
|
- CSS
|
|
|
|
|
- <el-progress :percentage="11.9"></el-progress>
|
|
|
|
|
- HTML
|
|
|
|
|
- <el-progress :percentage="1.1" color="#f56c6c"></el-progress>
|
|
|
|
|
- </el-card>
|
|
|
|
|
- </el-col>
|
|
|
|
|
- </el-row>
|
|
|
|
|
|
|
+ <el-card shadow="hover" class="mgb20" style="height:252px;">
|
|
|
|
|
+ <div class="user-info">
|
|
|
|
|
+ <img src="static/img/img.jpg" class="user-avator" alt="">
|
|
|
|
|
+ <div class="user-info-cont">
|
|
|
|
|
+ <div class="user-info-name">{{name}}</div>
|
|
|
|
|
+ <div>{{role}}</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="user-info-list">上次登录时间:<span>2018-01-01</span></div>
|
|
|
|
|
+ <div class="user-info-list">上次登录地点:<span>东莞</span></div>
|
|
|
|
|
+ </el-card>
|
|
|
|
|
+ <el-card shadow="hover" style="height:252px;">
|
|
|
|
|
+ <div slot="header" class="clearfix">
|
|
|
|
|
+ <span>语言详情</span>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ Vue
|
|
|
|
|
+ <el-progress :percentage="71.3" color="#42b983"></el-progress>
|
|
|
|
|
+ JavaScript
|
|
|
|
|
+ <el-progress :percentage="24.1" color="#f1e05a"></el-progress>
|
|
|
|
|
+ CSS
|
|
|
|
|
+ <el-progress :percentage="3.7"></el-progress>
|
|
|
|
|
+ HTML
|
|
|
|
|
+ <el-progress :percentage="0.9" color="#f56c6c"></el-progress>
|
|
|
|
|
+ </el-card>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="16">
|
|
<el-col :span="16">
|
|
|
<el-row :gutter="20" class="mgb20">
|
|
<el-row :gutter="20" class="mgb20">
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-card shadow="hover" :body-style="{padding: '0px'}">
|
|
<el-card shadow="hover" :body-style="{padding: '0px'}">
|
|
|
<div class="grid-content grid-con-1">
|
|
<div class="grid-content grid-con-1">
|
|
|
- <i class="el-icon-view grid-con-icon"></i>
|
|
|
|
|
|
|
+ <i class="el-icon-lx-people grid-con-icon"></i>
|
|
|
<div class="grid-cont-right">
|
|
<div class="grid-cont-right">
|
|
|
<div class="grid-num">1234</div>
|
|
<div class="grid-num">1234</div>
|
|
|
<div>用户访问量</div>
|
|
<div>用户访问量</div>
|
|
@@ -47,7 +43,7 @@
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-card shadow="hover" :body-style="{padding: '0px'}">
|
|
<el-card shadow="hover" :body-style="{padding: '0px'}">
|
|
|
<div class="grid-content grid-con-2">
|
|
<div class="grid-content grid-con-2">
|
|
|
- <i class="el-icon-message grid-con-icon"></i>
|
|
|
|
|
|
|
+ <i class="el-icon-lx-notice grid-con-icon"></i>
|
|
|
<div class="grid-cont-right">
|
|
<div class="grid-cont-right">
|
|
|
<div class="grid-num">321</div>
|
|
<div class="grid-num">321</div>
|
|
|
<div>系统消息</div>
|
|
<div>系统消息</div>
|
|
@@ -58,7 +54,7 @@
|
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
|
<el-card shadow="hover" :body-style="{padding: '0px'}">
|
|
<el-card shadow="hover" :body-style="{padding: '0px'}">
|
|
|
<div class="grid-content grid-con-3">
|
|
<div class="grid-content grid-con-3">
|
|
|
- <i class="el-icon-goods grid-con-icon"></i>
|
|
|
|
|
|
|
+ <i class="el-icon-lx-goods grid-con-icon"></i>
|
|
|
<div class="grid-cont-right">
|
|
<div class="grid-cont-right">
|
|
|
<div class="grid-num">5000</div>
|
|
<div class="grid-num">5000</div>
|
|
|
<div>数量</div>
|
|
<div>数量</div>
|
|
@@ -67,7 +63,7 @@
|
|
|
</el-card>
|
|
</el-card>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
- <el-card shadow="hover" :body-style="{ height: '304px'}">
|
|
|
|
|
|
|
+ <el-card shadow="hover" style="height:403px;">
|
|
|
<div slot="header" class="clearfix">
|
|
<div slot="header" class="clearfix">
|
|
|
<span>待办事项</span>
|
|
<span>待办事项</span>
|
|
|
<el-button style="float: right; padding: 3px 0" type="text">添加</el-button>
|
|
<el-button style="float: right; padding: 3px 0" type="text">添加</el-button>
|
|
@@ -91,20 +87,32 @@
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</el-card>
|
|
</el-card>
|
|
|
-
|
|
|
|
|
|
|
+ </el-col>
|
|
|
|
|
+ </el-row>
|
|
|
|
|
+ <el-row :gutter="20">
|
|
|
|
|
+ <el-col :span="12">
|
|
|
|
|
+ <el-card shadow="hover">
|
|
|
|
|
+ <schart ref="bar" class="schart" canvasId="bar" :data="data" type="bar" :options="options"></schart>
|
|
|
|
|
+ </el-card>
|
|
|
|
|
+ </el-col>
|
|
|
|
|
+ <el-col :span="12">
|
|
|
|
|
+ <el-card shadow="hover">
|
|
|
|
|
+ <schart ref="line" class="schart" canvasId="line" :data="data" type="line" :options="options2"></schart>
|
|
|
|
|
+ </el-card>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
|
|
+ import Schart from 'vue-schart';
|
|
|
|
|
+ import bus from '../common/bus';
|
|
|
export default {
|
|
export default {
|
|
|
name: 'dashboard',
|
|
name: 'dashboard',
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
name: localStorage.getItem('ms_username'),
|
|
name: localStorage.getItem('ms_username'),
|
|
|
- todoList: [
|
|
|
|
|
- {
|
|
|
|
|
|
|
+ todoList: [{
|
|
|
title: '今天要修复100个bug',
|
|
title: '今天要修复100个bug',
|
|
|
status: false,
|
|
status: false,
|
|
|
},
|
|
},
|
|
@@ -127,13 +135,90 @@
|
|
|
title: '今天要写100行代码加几个bug吧',
|
|
title: '今天要写100行代码加几个bug吧',
|
|
|
status: true,
|
|
status: true,
|
|
|
}
|
|
}
|
|
|
- ]
|
|
|
|
|
|
|
+ ],
|
|
|
|
|
+ data: [{
|
|
|
|
|
+ name: '2018/09/04',
|
|
|
|
|
+ value: 1083
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ name: '2018/09/05',
|
|
|
|
|
+ value: 941
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ name: '2018/09/06',
|
|
|
|
|
+ value: 1139
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ name: '2018/09/07',
|
|
|
|
|
+ value: 816
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ name: '2018/09/08',
|
|
|
|
|
+ value: 327
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ name: '2018/09/09',
|
|
|
|
|
+ value: 228
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ name: '2018/09/10',
|
|
|
|
|
+ value: 1065
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ options: {
|
|
|
|
|
+ title: '最近七天每天的用户访问量',
|
|
|
|
|
+ showValue: false,
|
|
|
|
|
+ fillColor: 'rgb(45, 140, 240)',
|
|
|
|
|
+ bottomPadding: 30,
|
|
|
|
|
+ topPadding: 30
|
|
|
|
|
+ },
|
|
|
|
|
+ options2: {
|
|
|
|
|
+ title: '最近七天用户访问趋势',
|
|
|
|
|
+ fillColor: '#FC6FA1',
|
|
|
|
|
+ axisColor: '#008ACD',
|
|
|
|
|
+ contentColor: '#EEEEEE',
|
|
|
|
|
+ bgColor: '#F5F8FD',
|
|
|
|
|
+ bottomPadding: 30,
|
|
|
|
|
+ topPadding: 30
|
|
|
|
|
+ },
|
|
|
|
|
+ collapse: false
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ components: {
|
|
|
|
|
+ Schart
|
|
|
|
|
+ },
|
|
|
computed: {
|
|
computed: {
|
|
|
role() {
|
|
role() {
|
|
|
return this.name === 'admin' ? '超级管理员' : '普通用户';
|
|
return this.name === 'admin' ? '超级管理员' : '普通用户';
|
|
|
}
|
|
}
|
|
|
|
|
+ },
|
|
|
|
|
+ created(){
|
|
|
|
|
+ bus.$on('collapse', msg => {
|
|
|
|
|
+ this.collapse = msg;
|
|
|
|
|
+ });
|
|
|
|
|
+ // 调用renderChart方法对图表进行重新渲染
|
|
|
|
|
+ window.addEventListener('resize', ()=>{
|
|
|
|
|
+ this.$refs.bar.renderChart();
|
|
|
|
|
+ this.$refs.line.renderChart();
|
|
|
|
|
+ })
|
|
|
|
|
+ this.changeDate();
|
|
|
|
|
+ },
|
|
|
|
|
+ watch: {
|
|
|
|
|
+ collapse(){
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
|
+ this.$refs.bar.renderChart();
|
|
|
|
|
+ this.$refs.line.renderChart();
|
|
|
|
|
+ }, 300);
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ methods: {
|
|
|
|
|
+ changeDate(){
|
|
|
|
|
+ const now = new Date().getTime();
|
|
|
|
|
+ this.data.forEach((item, index) => {
|
|
|
|
|
+ const date = new Date(now - (6 - index) * 86400000);
|
|
|
|
|
+ item.name = `${date.getFullYear()}/${date.getMonth()+1}/${date.getDate()}`
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -154,7 +239,7 @@
|
|
|
.grid-cont-right {
|
|
.grid-cont-right {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- font-size: 12px;
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
color: #999;
|
|
color: #999;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -245,4 +330,9 @@
|
|
|
color: #999;
|
|
color: #999;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .schart {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 300px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
</style>
|
|
</style>
|