@@ -33,6 +37,7 @@
import BottomView from '../workBench/components/bottom-view.vue'
import CenterView from '../workBench/components/center-view.vue'
import DeptChartView from '../workBench/components/dept-chart-view.vue'
+import DataStatistics from './components/DataStatistics'
import deptTodoView from '../workBench/components/dept-todo-view.vue'
import * as Apis from './api.js'
import bus from '@/views/bus.js'
@@ -41,7 +46,8 @@ export default {
deptTodoView,
BottomView,
CenterView,
- DeptChartView
+ DeptChartView,
+ DataStatistics
},
data () {
return {
@@ -241,7 +247,12 @@ export default {
}
.work-brnch-box {
-
+ .data-statistics{
+ background: #fff;
+ height: 324px;
+ margin-bottom: 16px;
+ box-shadow: 2px 2px 5px #ccc;
+ }
.top {
height: 284px;
margin-bottom: 16px;