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

chore: update

上级 e1517380
export interface RecordItem { export interface RecordItem {
check_time: string check_time: string
checked_count: number
checked_flag_name: string
checked_flag: boolean
checker_id?: string checker_id?: string
class_id_name: string
class_id: string class_id: string
class_name: string
commit_time: 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 course_name?: string
experiment_id: string experiment_id: string
experiment_name: string experiment_name: string
file?: 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 pictures?: string
score: string publish_status_name: string
publish_status: string
score_details?: string score_details?: string
score_status: string
score: string
sno_number: string sno_number: string
specialty_id_name: string
specialty_id: string specialty_id: string
specialty_name: string
status: 0 | 1 | 2
status_name: string status_name: string
status: 0 | 1 | 2
student_id: string student_id: string
student_name: string student_name: string
competition_competitor_pictures: any train_count: string
updated_time: string
} }
export interface FileItem { export interface FileItem {
......
...@@ -12,6 +12,8 @@ const props = defineProps<Props>() ...@@ -12,6 +12,8 @@ const props = defineProps<Props>()
const appList = $ref<InstanceType<typeof AppList> | null>(null) const appList = $ref<InstanceType<typeof AppList> | null>(null)
const route = useRoute()
// 列表配置 // 列表配置
const listOptions = $computed(() => { const listOptions = $computed(() => {
return { return {
...@@ -52,7 +54,7 @@ function onUpdateSuccess() { ...@@ -52,7 +54,7 @@ function onUpdateSuccess() {
<template> <template>
<AppCard title="发布成绩"> <AppCard title="发布成绩">
<el-descriptions> <el-descriptions>
<el-descriptions-item label="赛项名称:">{{ $route.query.name }}</el-descriptions-item> <el-descriptions-item label="赛项名称:">{{ route.query.name }}</el-descriptions-item>
</el-descriptions> </el-descriptions>
<AppList v-bind="listOptions" ref="appList"> <AppList v-bind="listOptions" ref="appList">
<template #table-count="{ row }"> {{ row.checked_count }}/{{ row.need_check_count }} </template> <template #table-count="{ row }"> {{ row.checked_count }}/{{ row.need_check_count }} </template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论