From c398ba0ed0b7228a372c21943409e7011442c7f7 Mon Sep 17 00:00:00 2001
From: zhaofang <752743406@qq.com>
Date: Fri, 19 Aug 2022 18:15:27 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/exam/ExamList.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/exam/ExamList.vue b/src/views/exam/ExamList.vue
index c16ce37f..351b79c5 100644
--- a/src/views/exam/ExamList.vue
+++ b/src/views/exam/ExamList.vue
@@ -501,7 +501,7 @@
- {{ scope.row.score }}
+ {{ toScoreTow(scope.row.score) }}
@@ -666,6 +666,7 @@ import { mapGetters,mapActions} from 'vuex';
import {examType,numberToLetter} from '@/utils/tools.js';
import usergroupApi from "@/api/modules/usergroup";
import pushRecordApi from "@/api/modules/pushRecord";
+import {toScoreTow} from '@/utils/tools.js'
export default {
name: 'articleItems',
computed: {
@@ -673,6 +674,7 @@ export default {
},
data() {
return {
+ toScoreTow,
qnum:0,//这里默认是30吧
examDateTime:[],
answerData:{
@@ -758,7 +760,6 @@ export default {
if(this.answerData.data.length == 0){
return this.$message.warning('暂无导出数据!')
}
- console.log(this.answerData.row.id,'this.answerData.row.id');
apiTest.exports({testId: this.answerData.row.id}).then(res=>{
if(res.status){
this.$message.error(res.message)