update
This commit is contained in:
parent
529ae3e883
commit
8262f40232
@ -326,6 +326,7 @@ export default {
|
||||
'月': 'Month',
|
||||
'日': 'Date',
|
||||
'日产量': 'Daily output',
|
||||
'产量': 'output',
|
||||
'计划产量': 'Planned output',
|
||||
'实际产量': 'Actual output ',
|
||||
'工作': 'Work',
|
||||
|
@ -336,6 +336,7 @@ export default {
|
||||
'月': 'Month',
|
||||
'日': 'Date',
|
||||
'日产量': 'Daily output',
|
||||
'产量': 'output',
|
||||
'计划产量': 'Planned output',
|
||||
'实际产量': 'Actual output ',
|
||||
'工作': 'Work',
|
||||
|
@ -336,6 +336,7 @@ export default {
|
||||
'计划产量': '计划产量',
|
||||
'实际产量': '实际产量',
|
||||
'日产量': '日产量',
|
||||
'产量': '产量',
|
||||
'工作': '工作',
|
||||
'急停': '急停',
|
||||
'停机': '停机',
|
||||
|
@ -55,7 +55,7 @@ const setCharts = () => {
|
||||
yAxis: [
|
||||
{
|
||||
type: 'value',
|
||||
name: '日产量',
|
||||
name: '产量',
|
||||
axisLabel:{
|
||||
fontSize:14
|
||||
}
|
||||
|
@ -232,7 +232,7 @@ onMounted(() => {
|
||||
getCismaListData()
|
||||
timer = setInterval(()=>{
|
||||
getTopDeviceData()
|
||||
},60000)
|
||||
},1000*30)
|
||||
connectWebsocket(null, null, getWebsocket, errWebsocket)
|
||||
document.getElementById('app').style.backgroundColor = '#0E0E0E'
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user