修改bug

This commit is contained in:
‘937886381’ 2024-03-25 18:42:00 +08:00
parent d5a645e6f1
commit a750e565e2
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-01-29 16:50:26
* @LastEditTime: 2024-03-25 13:37:34
* @LastEditTime: 2024-03-25 18:33:48
* @LastEditors: zhp
* @Description:
-->
@ -793,11 +793,11 @@ export default {
// formatDate(item.planStartTime) || '',
// `<span style="color:rgba(255,255,255,0.5)" >${item.line || ''}
// </span>`,
`<span style="color:rgba(255,255,255,0.5)">${item.name || ''}</span>`,
`<span style="color:rgba(255,255,255,0.5)">${ele.name || ''}</span>`,
// `<span style="color:rgba(255,255,255,0.5)">${item.code || ''}</span>`,
`<span style="color:rgba(255,255,255,0.5)">${item.run || ''}</span>`,
`<span style="color:rgba(255,255,255,0.5)">${ele.run || ''}</span>`,
// `<span style="color:rgba(255,255,255,0.5)">${item.error || ''}</span>`,
]);
])
}
this.realEqConfig.data = this.realEqList
this.$refs['realEqScrollBoard'].updateRows(this.realEqList)

View File

@ -2,7 +2,7 @@
<!--
* @Author: zhp
* @Date: 2023-09-21 09:06:28
* @LastEditTime: 2024-03-25 16:56:54
* @LastEditTime: 2024-03-25 18:34:58
* @LastEditors: zhp
* @Description:
-->
@ -286,7 +286,7 @@ export default {
}
</script>
<style>
/* .productChart{
.productChart{
top: -10px;
} */
}
</style>

View File

@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-12-27 13:54:52
* @LastEditTime: 2024-03-25 16:23:12
* @LastEditTime: 2024-03-25 18:37:26
* @LastEditors: zhp
* @Description:
-->
@ -174,7 +174,7 @@ export default {
legend: {
itemWidth: 12,
itemHeight: 12,
top:'30',
top:'10',
icon: 'rect',
textStyle: {
color: '#ffffff'