扎线设备智慧运维平台项目

This commit is contained in:
卢序振 2024-06-05 11:49:11 +08:00
parent 831414f780
commit d3cbd004a8
2 changed files with 11 additions and 10 deletions

View File

@ -84,6 +84,7 @@
<if test="moduleType != null and moduleType != ''"> and module_type =
#{moduleType}</if>
</where>
ORDER BY reserve_nine DESC
</select>
<select id="selectGodUniversalElectricMeterById" parameterType="String" resultMap="GodUniversalElectricMeterResult">

View File

@ -103,35 +103,35 @@
dataList: [
{
name:"王虎",
time:'2023-12-09',
time:'2024-04-09',
msg:"更换油液",
status:'已完成',
device:'2250粗轧辊'
},
{
name:"纪科",
time:'2023-12-10',
time:'2024-03-10',
msg:"清除污染油液",
status:'已完成',
device:'2250粗轧辊'
},
{
name:"胡蔗",
time:'2023-12-17',
time:'2024-02-17',
msg:"更换油液",
status:'已完成',
device:'250精轧2号辊'
},
{
name:"李海",
time:'2023-12-19',
time:'2024-01-19',
msg:"更换油液",
status:'已完成',
device:'250精轧4号辊'
},
{
name:"王虎",
time:'2023-12-20',
time:'2024-01-10',
msg:"更换油液",
status:'已完成',
device:'250精轧4号辊'
@ -176,7 +176,7 @@
value4: "9%",
color: "#80d2f7",
},
],
};
},
@ -298,7 +298,7 @@
);
},
initChart3() {
initChartStatic(
"chart3",
generateBaseOptions({
@ -311,7 +311,7 @@
},
},
},
legend: {
legend: {
show:true,
top:'right',
left:'right',
@ -456,10 +456,10 @@
color: #252525b5 !important;
}
}
#chart1,
#chart2,
#chart3 {
height: 250px;
}
</style>
</style>