Commit 80a5f744 authored by 高滢's avatar 高滢

feat(概览): 71064

parent 99661d91
......@@ -64,7 +64,7 @@ export default {
fontSize: 16
}
},
color: ['#8C79EA', '#12BEDF', '#F6B24B', '#1A6FD7'],
color: ['#12BEDF', '#8C79EA', '#1A6FD7', '#F6B24B'],
tooltip: {
trigger: 'item'
},
......@@ -88,11 +88,11 @@ export default {
rich: {
b: {
fontSize: 16,
fonWweight: 700,
fontWeight: 700,
color: ' #303133'
},
d: {
fontSsize: 14,
fontSize: 14,
fontWeight: 400,
color: ' #606266'
}
......
......@@ -67,7 +67,7 @@ export default {
legend: {
top: 'bottom'
},
color: ['#F6B24B', '#1A6FD7', '#13BE24'],
color: ['#F6B24B', '#13BE24', '#1A6FD7'],
series: [
{
name: 'Nightingale Chart',
......
......@@ -48,7 +48,7 @@ export default {
},
yAxis: {
type: 'category',
data: ['自动', '半自动', '手工']
data: ['手工', '半自动', '自动']
},
series: [
{
......@@ -56,9 +56,9 @@ export default {
type: 'bar',
barWidth: '20',
data: [
{ itemStyle: { color: '#13BE24' }, value: 120 },
{ itemStyle: { color: '#7F69E8' }, value: 200 },
{ itemStyle: { color: '#1A6FD7' }, value: 150 }
{ itemStyle: { color: '#1A6FD7' }, value: 150 },
{ itemStyle: { color: '#13BE24' }, value: 120 }
]
}
]
......
......@@ -140,7 +140,15 @@
:stroke-width="10"
:show-text="false"
></el-progress>
<div style="margin-top: 10px; text-align: center">
<div
style="
margin-top: 10px;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #303133;
"
>
{{
quantityStatisticsForm.completedTaskProportion
? quantityStatisticsForm.completedTaskProportion
......@@ -170,7 +178,15 @@
:stroke-width="10"
:show-text="false"
></el-progress>
<div style="margin-top: 10px; text-align: center">
<div
style="
margin-top: 10px;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #303133;
"
>
{{
quantityStatisticsForm.executeTaskProportion
? quantityStatisticsForm.executeTaskProportion
......@@ -249,7 +265,7 @@
<div
style="color: #1a6fd7; font-weight: 700; font-size: 16px"
>
{{ item.standardNumber }}
标准:{{ item.standardNumber }}
</div>
</div>
<AverageTest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment