From ab04ec484fb2907cb75608280dcd4d12aa48d073 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期六, 28 六月 2025 14:15:27 +0800 Subject: [PATCH] 详情文件下载 --- culture/src/views/strainReportLibrary/reportLibraryOneTWO/components/evaluate/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneTWO/components/evaluate/index.vue b/culture/src/views/strainReportLibrary/reportLibraryOneTWO/components/evaluate/index.vue index 85f7215..bde98b8 100644 --- a/culture/src/views/strainReportLibrary/reportLibraryOneTWO/components/evaluate/index.vue +++ b/culture/src/views/strainReportLibrary/reportLibraryOneTWO/components/evaluate/index.vue @@ -59,13 +59,13 @@ </el-table-column> <el-table-column prop="rule" :label="type == 2 || type == '2' ? '规程型课题报告评分规则' : '创新型课题报告评分规则'"> <template slot-scope="scope"> - <span v-if="scope.$index === 0 && (type == 1 || type == '1')"> + <span v-if="scope.$index === 0 && (type == 2 || type == '2')"> 1. 规程型课题评定总分的满分为5分。<br> 2. 某分项工作完成,但出现以下三种错误中的1种,则减1分:<br> ①有缺项、漏项;②或不完整衔接;③或工作被多人拖延。<br> 3. 不能完成该分项的全部工作,或课题不涉及该分项内容,则该分项评0分。 </span> - <span v-if="scope.$index === 0 && (type == 2 || type == '2')"> + <span v-if="scope.$index === 0 && (type == 1 || type == '1')"> 1. 各分项评满分,应满足以下四项要求:<br> ①分项内容:清晰、系统、完整,结构逻辑清晰,无缺项;<br> ②团队工作运行顺畅,计划时间高效。<br> -- Gitblit v1.7.1