|
|
@@ -516,7 +516,7 @@ export default {
|
|
|
// }
|
|
|
let record = {
|
|
|
programmeId: row.id,
|
|
|
- score: ((this.scoreValue[0] * 100 + this.scoreValue[1] * 10 + this.scoreValue[0]) / 100).toFixed(2),
|
|
|
+ score: this.scoreValue[0] + '.' + this.scoreValue[1] + this.scoreValue[2],
|
|
|
remark: row.remark,
|
|
|
performanceId: row.performanceId,
|
|
|
expertId: this.$route.query.eid
|