This commit is contained in:
hzz 2024-03-11 08:01:40 +08:00
parent 529ae3e883
commit 8262f40232
5 changed files with 5 additions and 2 deletions

View File

@ -326,6 +326,7 @@ export default {
'月': 'Month', '月': 'Month',
'日': 'Date', '日': 'Date',
'日产量': 'Daily output', '日产量': 'Daily output',
'产量': 'output',
'计划产量': 'Planned output', '计划产量': 'Planned output',
'实际产量': 'Actual output ', '实际产量': 'Actual output ',
'工作': 'Work', '工作': 'Work',

View File

@ -336,6 +336,7 @@ export default {
'月': 'Month', '月': 'Month',
'日': 'Date', '日': 'Date',
'日产量': 'Daily output', '日产量': 'Daily output',
'产量': 'output',
'计划产量': 'Planned output', '计划产量': 'Planned output',
'实际产量': 'Actual output ', '实际产量': 'Actual output ',
'工作': 'Work', '工作': 'Work',

View File

@ -336,6 +336,7 @@ export default {
'计划产量': '计划产量', '计划产量': '计划产量',
'实际产量': '实际产量', '实际产量': '实际产量',
'日产量': '日产量', '日产量': '日产量',
'产量': '产量',
'工作': '工作', '工作': '工作',
'急停': '急停', '急停': '急停',
'停机': '停机', '停机': '停机',

View File

@ -55,7 +55,7 @@ const setCharts = () => {
yAxis: [ yAxis: [
{ {
type: 'value', type: 'value',
name: '产量', name: '产量',
axisLabel:{ axisLabel:{
fontSize:14 fontSize:14
} }

View File

@ -232,7 +232,7 @@ onMounted(() => {
getCismaListData() getCismaListData()
timer = setInterval(()=>{ timer = setInterval(()=>{
getTopDeviceData() getTopDeviceData()
},60000) },1000*30)
connectWebsocket(null, null, getWebsocket, errWebsocket) connectWebsocket(null, null, getWebsocket, errWebsocket)
document.getElementById('app').style.backgroundColor = '#0E0E0E' document.getElementById('app').style.backgroundColor = '#0E0E0E'
}) })