@@ -434,12 +434,12 @@
this.$set(
this.form,
'qualificationRate',
- ((qualifiedNumber / total) * 100).toFixed(2)
+ ((qualifiedNumber / total) * 100).toFixed(2)+ '%'
);
'noQualificationRate',
- ((noQualifiedNumber / total) * 100).toFixed(2)
+ ((noQualifiedNumber / total) * 100).toFixed(2)+ '%'
},
//切换检验方式