|
|
@ -1,9 +1,11 @@ |
|
|
|
<template> |
|
|
|
<div class="satisfaction-eval"> |
|
|
|
<el-row :gutter="20"> |
|
|
|
<el-col :span="8" class="bgImg"> |
|
|
|
<Title text="12345数据分析"/> |
|
|
|
<eventAnalysis/> |
|
|
|
<el-row :gutter="15"> |
|
|
|
<el-col :span="8" class=""> |
|
|
|
<div class="bgImg"> |
|
|
|
<Title text="12345数据分析"/> |
|
|
|
<eventAnalysis/> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<!-- <EventSituation /> --> |
|
|
@ -61,7 +63,8 @@ |
|
|
|
<script> |
|
|
|
import TypesOfDissatisfaction from "./modules/TypesOfDissatisfaction"; |
|
|
|
import RiskStatistics from "./modules/RiskStatistics"; |
|
|
|
import Title from "@/views/dataBoard/satisfactionEval/components/Title"; |
|
|
|
import Title from "@/views/dataBoard/satisfactionEval/components/Title/index.vue"; |
|
|
|
|
|
|
|
import EventSituation from "@/views/dataBoard/satisfactionEval/modules/EventSituation"; |
|
|
|
import SelfTrend from "@/views/dataBoard/satisfactionEval/modules/SelfTrend"; |
|
|
|
import EventStatistics from "@/views/dataBoard/satisfactionEval/modules/EventStatistics"; |
|
|
@ -176,9 +179,14 @@ export default { |
|
|
|
.el-date-picker__header--bordered { |
|
|
|
border-bottom: solid 1px #006cff; |
|
|
|
} |
|
|
|
|
|
|
|
.el-month-table td.disabled .cell { |
|
|
|
background: none; |
|
|
|
opacity: .5; |
|
|
|
background: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .title { |
|
|
|
padding-left: 58px; |
|
|
|
} |
|
|
|
</style> |
|
|
|