提交 b085fd55 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 a5af738d
...@@ -54,7 +54,7 @@ const listOptions = computed(() => { ...@@ -54,7 +54,7 @@ const listOptions = computed(() => {
? scores ? scores
.filter((item) => !item.is_ai) .filter((item) => !item.is_ai)
.map((item) => `${item.checker_name}(${item.total_score})`) .map((item) => `${item.checker_name}(${item.total_score})`)
.join(',') .join('<br/>')
: '' : ''
}, },
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论