q=3 修改

This commit is contained in:
ljx 2025-08-12 16:56:13 +08:00
parent c2efe8bf00
commit a2d8f21391
2 changed files with 13 additions and 5 deletions

View File

@ -218,11 +218,11 @@ export default {
align: ['center'] align: ['center']
}, },
config4: { config4: {
header: ['工单号', '产品名称','派工日期', '派工数量', '工序进度', '进水调节', '按钮调节', '桶身调节', '桶身装底座', '包装','剩余数量'] , header: ['工单号', '产品名称','派工日期', '派工数量', '进水调节', '按钮调节', '桶身调节', '包装','剩余数量'] ,
data: generateRandomData(30, 'U1机芯2'), data: generateRandomData(30, 'U1机芯2'),
headerHeight: 50, headerHeight: 50,
index: true, index: true,
columnWidth: [80, 280,400], columnWidth: [80, 240,950],
align: ['center'] align: ['center']
}, },
} }
@ -275,11 +275,11 @@ export default {
item["产品名称"], item["产品名称"],
item["派工日期"].substring(5,10), item["派工日期"].substring(5,10),
item["派工数量"], item["派工数量"],
createProgressCircle(item["工序进度"]*1000/10), // createProgressCircle(item[""]*1000/10),
createProgressCircle(item["进水调节"]*1000/10), createProgressCircle(item["进水调节"]*1000/10),
createProgressCircle(item["按钮调解"]*1000/10), createProgressCircle(item["按钮调解"]*1000/10),
createProgressCircle(item["桶身调节"]*1000/10), createProgressCircle(item["桶身调节"]*1000/10),
createProgressCircle(item["桶身装底座"]*1000/10), // createProgressCircle(item[""]*1000/10),
createProgressCircle(item["包装"]*1000/10), createProgressCircle(item["包装"]*1000/10),
item["剩余数量"], item["剩余数量"],
] ]

View File

@ -76,7 +76,11 @@ let testRes = window.htd_bidata;
color: ['#3de7c9','#88a8f4','#FFD700','#08e5ff'], color: ['#3de7c9','#88a8f4','#FFD700','#08e5ff'],
lineWidth: 40, lineWidth: 40,
radius: '75%', radius: '75%',
activeRadius: '80%' activeRadius: '80%',
digitalFlopStyle:{
fontSize:25,
rowGap:3
}
}, },
testchartData:[ testchartData:[
{ {
@ -458,6 +462,10 @@ let testRes = window.htd_bidata;
border-bottom: 15px solid transparent; border-bottom: 15px solid transparent;
border-right: 20px solid #41a2ff; /* 通过调整颜色和尺寸改变外观 */ border-right: 20px solid #41a2ff; /* 通过调整颜色和尺寸改变外观 */
} }
.active-ring-name{
font-size: 30px !important;
line-height: 32px !important;
}
} }
</style> </style>