|
@ -88,10 +88,9 @@ |
|
|
<template #filePathList="{row}"> |
|
|
<template #filePathList="{row}"> |
|
|
<div style="display: flex;"> |
|
|
<div style="display: flex;"> |
|
|
<div v-for="(item,index) in row.filePathList" :key='index'> |
|
|
<div v-for="(item,index) in row.filePathList" :key='index'> |
|
|
<el-image style="width: 100px; height: 100px;margin: 5px ;" :src="item" /> |
|
|
<a :href="item" download> |
|
|
</div> |
|
|
<el-image style="width: 100px; height: 100px; margin: 5px;" :src="item" /> |
|
|
<div v-for="(item,index) in row.filePathList" :key='index'> |
|
|
</a> |
|
|
<el-image style="width: 100px; height: 100px;margin: 5px ;" :src="item" /> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|