Browse Source

2026-06-17

Lab优化
master
fengyuan_yang 17 hours ago
parent
commit
622dcf1931
  1. 4
      src/views/modules/lab/labRecord.vue

4
src/views/modules/lab/labRecord.vue

@ -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"

Loading…
Cancel
Save