质量缺陷修复

dev-scheduling
jinna 3 weeks ago
parent bdc747876d
commit f841430ff3
  1. 2
      src/views/productionTesting/components/trialStandard.vue

@ -9,7 +9,7 @@
<!-- <el-button type="primary" @click="handleSet">批量设置分类</el-button> -->
</template>
<template #originalName="scope">
<span style="color:#284c89;cursor:pointer;" @click="downloadA(scope.row.attach.link,scope.row.attach.originalName)">{{scope.row.attach && scope.row.attach.originalName}}</span>
<span style="color:#284c89;cursor:pointer;" v-if="scope.row.attach" @click="downloadA(scope.row.attach.link,scope.row.attach.originalName)">{{scope.row.attach && scope.row.attach.originalName}}</span>
</template>
<template #originalName-form="{type}">
<el-upload

Loading…
Cancel
Save