联调 模版下载 批量导入功能 修改云效bug

This commit is contained in:
GGJ
2024-06-24 16:38:59 +08:00
parent d61db37512
commit 1487f5ceea
9 changed files with 187 additions and 100 deletions

View File

@@ -52,7 +52,7 @@
: ''
}"
>
{{ assessList.score }}
{{ assessList.score == 3.14159 ? '/' : assessList.score }}
<!-- {{ assessList.level }} -->
</span>
</div>
@@ -81,7 +81,7 @@
: ''
}"
>
{{ item.score }}
{{ item.score == 3.14159 ? '/' : item.score }}
</div>
</div>
</div>