panhui před 4 roky
rodič
revize
23b0272db2

+ 1 - 1
src/main/vue/src/views/performance/ProgrammeScoreList.vue

@@ -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