提交 08192eb6 编写于 作者: W wenyann

Merge remote-tracking branch 'origin/v1.1' into v1.1

......@@ -25,7 +25,7 @@
<el-table-column
prop="ko"
label="KO%"
label="KO"
align="center"
/>
......@@ -109,7 +109,7 @@
},
getSummaries(param) {
const {data} = param;
const sums = []
const sums = [];
let allSamples = data.reduce(function (total, currentValue) {
return total + parseFloat(currentValue.samples);
}, 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册