Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
saas-lab
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
saas-lab
Commits
d4b3a41f
提交
d4b3a41f
authored
10月 18, 2024
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
e1517380
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
29 行增加
和
6 行删除
+29
-6
types.ts
src/modules/admin/contest/check/types.ts
+26
-5
Detail.vue
src/modules/admin/contest/score/views/Detail.vue
+3
-1
没有找到文件。
src/modules/admin/contest/check/types.ts
浏览文件 @
d4b3a41f
export
interface
RecordItem
{
check_time
:
string
checked_count
:
number
checked_flag_name
:
string
checked_flag
:
boolean
checker_id
?:
string
class_id_name
:
string
class_id
:
string
class_name
:
string
commit_time
:
string
competition_competitor_pictures
:
any
competition_id_name
:
string
competition_id
:
string
competition_is_more_status
:
string
competition_rule_type
:
string
competition_uri
:
string
course_name
?:
string
experiment_id
:
string
experiment_name
:
string
file
?:
string
gender
:
string
grade
:
string
id_number
:
string
id
:
string
login_id
:
string
need_check_count
:
number
organ_id_name
:
string
organ_id
:
string
pictures
?:
string
score
:
string
publish_status_name
:
string
publish_status
:
string
score_details
?:
string
score_status
:
string
score
:
string
sno_number
:
string
specialty_id_name
:
string
specialty_id
:
string
specialty_name
:
string
status
:
0
|
1
|
2
status_name
:
string
status
:
0
|
1
|
2
student_id
:
string
student_name
:
string
competition_competitor_pictures
:
any
train_count
:
string
updated_time
:
string
}
export
interface
FileItem
{
...
...
src/modules/admin/contest/score/views/Detail.vue
浏览文件 @
d4b3a41f
...
...
@@ -12,6 +12,8 @@ const props = defineProps<Props>()
const
appList
=
$ref
<
InstanceType
<
typeof
AppList
>
|
null
>
(
null
)
const
route
=
useRoute
()
// 列表配置
const
listOptions
=
$computed
(()
=>
{
return
{
...
...
@@ -52,7 +54,7 @@ function onUpdateSuccess() {
<
template
>
<AppCard
title=
"发布成绩"
>
<el-descriptions>
<el-descriptions-item
label=
"赛项名称:"
>
{{
$
route
.
query
.
name
}}
</el-descriptions-item>
<el-descriptions-item
label=
"赛项名称:"
>
{{
route
.
query
.
name
}}
</el-descriptions-item>
</el-descriptions>
<AppList
v-bind=
"listOptions"
ref=
"appList"
>
<template
#
table-count=
"
{ row }">
{{
row
.
checked_count
}}
/
{{
row
.
need_check_count
}}
</
template
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论