{{
((((item.maxScore - item.minScore) / item.minScore) *
@@ -476,7 +476,14 @@
"
>
{{
((((item.maxScore - item.minScore) / item.minScore) *
@@ -497,7 +504,14 @@
"
>
{{
((((item.maxScore - item.minScore) / item.minScore) *
@@ -519,7 +533,14 @@
>
{{
((((item.maxScore - item.minScore) / item.minScore) *
@@ -540,7 +561,14 @@
"
>
{{ item.minScore == null ? 0 : item.minScore }}
@@ -561,6 +589,8 @@
top: 1px;
right: -1%;
line-height: 20px;
+ overflow: hidden;
+ width: 32px;
"
>
{{ item.maxScore == null ? 100 : item.maxScore }}
@@ -744,6 +774,8 @@ export default {
pageSize: 10,
studentId: "",
batchCode: "",
+ // studentId: "12",
+ // batchCode: "PC202208030005",
// studentId: "14",
// batchCode: "PC202208030005",
// studentId: "9",
@@ -773,6 +805,8 @@ export default {
this.itemshow2 = true;
this.itemshow = false;
} else {
+ this.itemshow = true;
+ this.itemshow2 = false;
this.studentscorelist = res.rows;
console.log(this.studentscorelist);
}
diff --git a/src/views/system/shape/index.vue b/src/views/system/shape/index.vue
index e31ce36..ea511bf 100644
--- a/src/views/system/shape/index.vue
+++ b/src/views/system/shape/index.vue
@@ -798,7 +798,7 @@
{{ item.levelMinScore }}~{{ item.levelMaxScore }}
-
+
-->