修改微工厂 文字显示

电控分厂环境图表显示
This commit is contained in:
hzz 2023-07-10 18:11:15 +08:00
parent 568599636e
commit 00c6f7f91d
3 changed files with 4 additions and 4 deletions

View File

@ -168,10 +168,10 @@ export default {
'GatewayON':'网关在线', 'GatewayON':'网关在线',
'DevOffNum':'设备离线数量', 'DevOffNum':'设备离线数量',
'SewingTime':'缝纫时间', 'SewingTime':'缝纫时间',
'realityPresserFootLiftNum':'实际抬压脚次数', 'realityPresserFootLiftNum':'今日抬压脚次数',
'AvgPresserFootLiftNum':'平均抬压脚次数', 'AvgPresserFootLiftNum':'平均抬压脚次数',
'ratio':'比率', 'ratio':'比率',
'realityTrimNum':'实际剪线次数', 'realityTrimNum':'今日剪线次数',
'AvgTrimNum':'平均剪线次数', 'AvgTrimNum':'平均剪线次数',
'runTime':'运行时间', 'runTime':'运行时间',
'datacom':'数据通信', 'datacom':'数据通信',

View File

@ -170,7 +170,7 @@ function setcontentData(val){
return color[params.dataIndex]; return color[params.dataIndex];
} }
}, },
barWidth:'20%', barWidth:'35%',
label: { label: {
show: true, show: true,
color:'#fff', color:'#fff',

View File

@ -170,7 +170,7 @@ let {t} = useI18n();
return color[params.dataIndex]; return color[params.dataIndex];
} }
}, },
barWidth:'30%', barWidth:'50%',
label: { label: {
show: true, show: true,
color:'#fff', color:'#fff',