|
|
|
|
@ -58,39 +58,42 @@
|
|
|
|
|
</div> |
|
|
|
|
</el-col> |
|
|
|
|
</el-row> |
|
|
|
|
|
|
|
|
|
</datav-card> |
|
|
|
|
<datav-card title="调查滿意度"> |
|
|
|
|
<div style="height: 226px"> |
|
|
|
|
<el-container > |
|
|
|
|
<el-aside width="100px"> |
|
|
|
|
<el-col> |
|
|
|
|
<div class="descriptions_cell text-center height-118"> |
|
|
|
|
<div class="descriptions_content margin-top-30 "> |
|
|
|
|
{{ dcmyd.length > 0 && dcmyd[1] && dcmyd[1].FinalRP !== undefined ? dcmyd[1].FinalRP : '0' }} |
|
|
|
|
<el-header> |
|
|
|
|
<el-row class="mb-32"> |
|
|
|
|
<el-col :span="11"> |
|
|
|
|
<div class="descriptions_cell text-center"> |
|
|
|
|
<div class="descriptions_content"> |
|
|
|
|
{{ |
|
|
|
|
dcmyd.length > 0 && dcmyd[1] && dcmyd[1].FinalRP !== undefined ? dcmyd[1].FinalRP : '0' |
|
|
|
|
}} |
|
|
|
|
</div> |
|
|
|
|
<div class="descriptions_label"> |
|
|
|
|
上期满意度 |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</el-col> |
|
|
|
|
<el-col :span="11"> |
|
|
|
|
<div class="descriptions_cell text-center height-118"> |
|
|
|
|
<div class="descriptions_content yellow"> |
|
|
|
|
{{ dcmyd.length > 0 && dcmyd[0] && dcmyd[0].FinalRP !== undefined ? dcmyd[0].FinalRP : '0' }} |
|
|
|
|
{{ |
|
|
|
|
dcmyd.length > 0 && dcmyd[0] && dcmyd[0].FinalRP !== undefined ? dcmyd[0].FinalRP : '0' |
|
|
|
|
}} |
|
|
|
|
</div> |
|
|
|
|
<div class="descriptions_label "> |
|
|
|
|
当前调查满意度 |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</el-col> |
|
|
|
|
|
|
|
|
|
</el-aside> |
|
|
|
|
<el-main> |
|
|
|
|
<v-charts |
|
|
|
|
:option="option1" |
|
|
|
|
autoresize |
|
|
|
|
/> |
|
|
|
|
</el-row> |
|
|
|
|
</el-header> |
|
|
|
|
<el-main style="height: 165px"> |
|
|
|
|
<v-charts :option="option1" autoresize/> |
|
|
|
|
</el-main> |
|
|
|
|
</el-container> |
|
|
|
|
</div> |
|
|
|
|
</datav-card> |
|
|
|
|
<div style="background-color:#04144E; "> |
|
|
|
|
<h3 style="color: white">业务满意率</h3> |
|
|
|
|
@ -474,9 +477,9 @@ const option1 = ref({
|
|
|
|
|
xAxis: { |
|
|
|
|
type: "category", |
|
|
|
|
boundaryGap: true, |
|
|
|
|
data: [], |
|
|
|
|
data: ['1月','2月','3月','4月','5月','6月','7月','8月','9月','10月','11月','12月',], |
|
|
|
|
axisLabel: { |
|
|
|
|
interval: 0, // 隔一个显示一个标签 |
|
|
|
|
interval: 0, |
|
|
|
|
}, |
|
|
|
|
axisTick: { |
|
|
|
|
show: false // 隐藏x轴的刻度 |
|
|
|
|
@ -493,7 +496,6 @@ const option1 = ref({
|
|
|
|
|
axisLabel: { |
|
|
|
|
margin: 20, |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
tooltip: { |
|
|
|
|
trigger: 'axis', |
|
|
|
|
@ -527,19 +529,22 @@ const option1 = ref({
|
|
|
|
|
}, |
|
|
|
|
]), |
|
|
|
|
}, |
|
|
|
|
data: [], |
|
|
|
|
data: [1,1,1,1,1,1,1,1,1,1,1,1], // 直接添加数据 |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
grid: {left: '5%', right: '5%', top: '10%', bottom: '20%', containLabel: true}, |
|
|
|
|
grid: {left: '0%', right: '0%', top: '5%', bottom: '0%', containLabel: true}, |
|
|
|
|
}) |
|
|
|
|
const option2 = ref({ |
|
|
|
|
xAxis: { |
|
|
|
|
type: "category", |
|
|
|
|
boundaryGap: true, |
|
|
|
|
data: [], |
|
|
|
|
data: ['1月','2月','3月','4月','5月','6月','7月','8月','9月','10月','11月','12月',], |
|
|
|
|
axisTick: { |
|
|
|
|
show: false // 隐藏x轴的刻度 |
|
|
|
|
}, |
|
|
|
|
axisLabel: { |
|
|
|
|
interval: 0, |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
yAxis: { |
|
|
|
|
type: "value", |
|
|
|
|
@ -580,8 +585,7 @@ const option2 = ref({
|
|
|
|
|
color: 'rgba(109, 221, 159, 0.47)' |
|
|
|
|
}, {offset: 1, color: 'rgba(109, 221, 159, 0)'}]) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
data: [], |
|
|
|
|
data: [1,1,1,1,1,1,1,1,1,1,1,1], // 直接添加数据 |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
grid: {left: '5%', right: '5%', top: '10%', bottom: '20%', containLabel: true}, |
|
|
|
|
|