|
|
@ -84,7 +84,17 @@ |
|
|
|
@detailSubmitForm="detailSubmitForm" |
|
|
|
:isSearchTableItem="true" |
|
|
|
:buttonControllFunction="buttonControllFunction" |
|
|
|
/> |
|
|
|
> |
|
|
|
<template #filePathList="{row}"> |
|
|
|
<div style="display: flex;"> |
|
|
|
<div v-for="(item,index) in row.filePathList" :key='index'> |
|
|
|
<a :href="item" download> |
|
|
|
<el-image style="width: 100px; height: 100px; margin: 5px;" :src="item" /> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</Detail> |
|
|
|
|
|
|
|
<Dialog |
|
|
|
ref="updateDialog" |
|
|
|