修改接口

master
夜笙歌 11 months ago
parent 8cc7fb5f7d
commit 731a93df60

@ -12,7 +12,7 @@
<div class="img1"><img src="../../assets/model/companyIntroduction/img1.png" alt="" style="object-fit: contain;height: 100%;position: absolute;right: 0;"></div> <div class="img1"><img src="../../assets/model/companyIntroduction/img1.png" alt="" style="object-fit: contain;height: 100%;position: absolute;right: 0;"></div>
<div class="img2"><img src="../../assets/model/companyIntroduction/img2.png" alt="" style="height:100%"></div> <div class="img2"><img src="../../assets/model/companyIntroduction/img2.png" alt="" style="height:100%"></div>
<div class="img3"><img src="../../assets/model/companyIntroduction/img3.png" alt="" style="height:100%"></div> <div class="img3"><img src="../../assets/model/companyIntroduction/img3.png" alt="" style="height:100%"></div>
<div class="img4"><img src="../../assets/model/companyIntroduction/img4.png" alt="" style="height:100%"></div> <!-- <div class="img4"><img src="../../assets/model/companyIntroduction/img4.png" alt="" style="height:100%"></div>-->
<div class="img5"><img src="../../assets/model/companyIntroduction/img5.png" alt="" style="height:100%"></div> <div class="img5"><img src="../../assets/model/companyIntroduction/img5.png" alt="" style="height:100%"></div>
<div class="exit" @click="exitFun"></div> <div class="exit" @click="exitFun"></div>
@ -118,7 +118,7 @@ export default {
position: absolute; position: absolute;
transform: translateX(-50%); transform: translateX(-50%);
bottom: 1%; bottom: 1%;
left: 40%; left: 50%;
height: 35vh; height: 35vh;
} }
.img4{ .img4{

@ -93,7 +93,7 @@ export default {
'场景升级', '场景升级',
'重点工序监控', '重点工序监控',
'订单履约率(周)', '订单履约率(周)',
'产品分布', '产品市场',
'用户评价', '用户评价',
'质量分析', '质量分析',
'产量统计', '产量统计',
@ -1143,7 +1143,7 @@ export default {
center: ["50%", "50%"], center: ["50%", "50%"],
data: [ data: [
{ {
value: 66, value: 102,
label: { label: {
normal: { normal: {
rich: { rich: {
@ -1222,7 +1222,7 @@ export default {
center: ["50%", "50%"], center: ["50%", "50%"],
data: [ data: [
{ {
value: 99, value: 4.5,
label: { label: {
normal: { normal: {
rich: { rich: {
@ -1242,7 +1242,7 @@ export default {
return ( return (
"{a|" + "{a|" +
params.value + params.value +
"kw·h}" + "}" +
"\n{b|单台能耗}" "\n{b|单台能耗}"
); );
}, },
@ -1301,7 +1301,7 @@ export default {
center: ["50%", "50%"], center: ["50%", "50%"],
data: [ data: [
{ {
value: 16, value: 78,
label: { label: {
normal: { normal: {
rich: { rich: {
@ -1877,10 +1877,10 @@ export default {
.chart6 { .chart6 {
position: absolute; position: absolute;
top: 44%; top: 43%;
left: 27%; left: 26%;
width: 22.3%; width: 24.3%;
height: 21.7%; height: 23.7%;
} }
.chart7 { .chart7 {

Loading…
Cancel
Save