|
@@ -445,7 +445,7 @@ const getGoodStudent = () => {
|
|
}
|
|
}
|
|
let result = null;
|
|
let result = null;
|
|
if (item.result.toString().indexOf(".") != -1) {
|
|
if (item.result.toString().indexOf(".") != -1) {
|
|
- if (['jump', 'longjump', 'run50', 'run70', 'run100', 'run200', 'run400', 'run800', 'run1000', 'run15x4', 'run50x8', 'run10x4', 'basketballv1', 'basketballv1'].includes(projectObj.value.exam_name)) {
|
|
|
|
|
|
+ if (['jump', 'longjump', 'run50', 'run60', 'run70', 'run100', 'run200', 'run400', 'run800', 'run1000', 'run15x4', 'run50x8', 'run10x4', 'basketballv1', 'basketballv1'].includes(projectObj.value.exam_name)) {
|
|
result = item.result.toFixed(2)
|
|
result = item.result.toFixed(2)
|
|
} else {
|
|
} else {
|
|
result = item.result.toFixed(1);
|
|
result = item.result.toFixed(1);
|
|
@@ -495,7 +495,7 @@ const getStudentList = () => {
|
|
}
|
|
}
|
|
let result = null;
|
|
let result = null;
|
|
if (item.result.toString().indexOf(".") != -1) {
|
|
if (item.result.toString().indexOf(".") != -1) {
|
|
- if (['jump', 'longjump', 'run50', 'run70', 'run100', 'run200', 'run400', 'run800', 'run1000', 'run15x4', 'run50x8', 'run10x4', 'basketballv1'].includes(projectObj.value.exam_name)) {
|
|
|
|
|
|
+ if (['jump', 'longjump', 'run50', 'run60', 'run70', 'run100', 'run200', 'run400', 'run800', 'run1000', 'run15x4', 'run50x8', 'run10x4', 'basketballv1'].includes(projectObj.value.exam_name)) {
|
|
result = item.result.toFixed(2)
|
|
result = item.result.toFixed(2)
|
|
} else {
|
|
} else {
|
|
result = item.result.toFixed(1);
|
|
result = item.result.toFixed(1);
|
|
@@ -555,7 +555,7 @@ const getGradeList = async (grade: any) => {
|
|
}
|
|
}
|
|
let result = null;
|
|
let result = null;
|
|
if (item.result.toString().indexOf(".") != -1) {
|
|
if (item.result.toString().indexOf(".") != -1) {
|
|
- if (['jump', 'longjump', 'run50', 'run70', 'run100', 'run200', 'run400', 'run800', 'run1000', 'run15x4', 'run50x8', 'run10x4', 'basketballv1', 'basketballv1'].includes(projectObj.value.exam_name)) {
|
|
|
|
|
|
+ if (['jump', 'longjump', 'run50', 'run60', 'run70', 'run100', 'run200', 'run400', 'run800', 'run1000', 'run15x4', 'run50x8', 'run10x4', 'basketballv1', 'basketballv1'].includes(projectObj.value.exam_name)) {
|
|
result = item.result.toFixed(2)
|
|
result = item.result.toFixed(2)
|
|
} else {
|
|
} else {
|
|
result = item.result.toFixed(1);
|
|
result = item.result.toFixed(1);
|