This commit is contained in:
gtz
2024-01-29 16:52:56 +08:00
4 changed files with 25 additions and 17 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)
}
}
})