|
|
|
@ -9,7 +9,7 @@ |
|
|
|
<!-- <el-button type="primary" @click="handleSet">批量设置分类</el-button> --> |
|
|
|
<!-- <el-button type="primary" @click="handleSet">批量设置分类</el-button> --> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template #originalName="scope"> |
|
|
|
<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> |
|
|
|
<template #originalName-form="{type}"> |
|
|
|
<template #originalName-form="{type}"> |
|
|
|
<el-upload |
|
|
|
<el-upload |
|
|
|
|