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

chore: update

上级 a9488397
...@@ -17,7 +17,7 @@ const form = reactive<any>({ ...@@ -17,7 +17,7 @@ const form = reactive<any>({
const templateUrl = $computed(() => { const templateUrl = $computed(() => {
return form.competition_id ? `/api/lab//v1/expert/check/import-score?competition_id=${form.competition_id}` : '' return form.competition_id ? `/api/lab//v1/expert/check/import-score?competition_id=${form.competition_id}` : ''
}) })
// 批量导入考试成绩 // 批量导入完整评分
const { files, open, reset } = useFileDialog() const { files, open, reset } = useFileDialog()
function handleImport() { function handleImport() {
if (!form.competition_id) return if (!form.competition_id) return
...@@ -38,7 +38,7 @@ watchEffect(() => { ...@@ -38,7 +38,7 @@ watchEffect(() => {
</script> </script>
<template> <template>
<el-dialog title="批量导入考试成绩" :close-on-click-modal="false" width="400px"> <el-dialog title="批量导入完整评分" :close-on-click-modal="false" width="400px">
<el-form label-width="70px"> <el-form label-width="70px">
<el-form-item label="赛项名称"> <el-form-item label="赛项名称">
<el-select v-model="form.competition_id"> <el-select v-model="form.competition_id">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论