修改bug

This commit is contained in:
‘937886381’
2024-01-29 16:50:05 +08:00
parent 204e200102
commit c7ec6da39c
4 changed files with 28 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zhp
* @LastEditTime: 2024-01-29 15:29:39
* @LastEditTime: 2024-01-29 16:17:04
* @Description:
-->
<template>
@@ -835,7 +835,7 @@ export default {
console.log(ele)
nameList.push(item.name)
outputNumList.push(ele.outputNum)
passRateList.push(ele.passRate * 100)
passRateList.push(ele.passRate)
}
}
})