|
|
@ -272,7 +272,7 @@ |
|
|
<template slot="label"> |
|
|
<template slot="label"> |
|
|
<span class="judge-criteria-label" @click="openJudgeCriteriaDialog">判断标准</span> |
|
|
<span class="judge-criteria-label" @click="openJudgeCriteriaDialog">判断标准</span> |
|
|
</template> |
|
|
</template> |
|
|
<div class="judge-criteria-box" @click="openJudgeCriteriaDialog"> |
|
|
|
|
|
|
|
|
<div class="judge-criteria-box"> |
|
|
<template v-if="judgeCriteriaFileList.length > 0"> |
|
|
<template v-if="judgeCriteriaFileList.length > 0"> |
|
|
<el-link |
|
|
<el-link |
|
|
v-for="item in judgeCriteriaFileList" |
|
|
v-for="item in judgeCriteriaFileList" |
|
|
@ -318,7 +318,7 @@ |
|
|
<template slot="label"> |
|
|
<template slot="label"> |
|
|
<span class="judge-criteria-label" @click="openTestReportDialog">测试报告</span> |
|
|
<span class="judge-criteria-label" @click="openTestReportDialog">测试报告</span> |
|
|
</template> |
|
|
</template> |
|
|
<div class="judge-criteria-box" @click="openTestReportDialog"> |
|
|
|
|
|
|
|
|
<div class="judge-criteria-box"> |
|
|
<template v-if="testReportFileList.length > 0"> |
|
|
<template v-if="testReportFileList.length > 0"> |
|
|
<el-link |
|
|
<el-link |
|
|
v-for="item in testReportFileList" |
|
|
v-for="item in testReportFileList" |
|
|
|