| | |
| | | <template v-if="info.multifileList && info.multifileList.length>0"> |
| | | <div v-for="item in info.multifileList" style="display: inline-block" :key="'aaa'+item.id"> |
| | | <el-image v-if="item.fileurlFull" style="width: 50px; height: 50px; margin-right: 10px" :src="item.fileurlFull" |
| | | :preview-src-list="[info.fileurlFull]"> |
| | | :preview-src-list="[item.fileurlFull]"> |
| | | </el-image> |
| | | </div> |
| | | </template> |
| | |
| | | <template v-if="info.multifileList && info.multifileList.length>0"> |
| | | <div v-for="item in info.multifileList" style="display: inline-block" :key="item.id"> |
| | | <el-image v-if="item.fileurlFull" style="width: 50px; height: 50px; margin-right: 10px" :src="item.fileurlFull" |
| | | :preview-src-list="[info.fileurlFull]"> |
| | | :preview-src-list="[item.fileurlFull]"> |
| | | </el-image> |
| | | </div> |
| | | </template> |
| | |
| | | <template v-if="info.multifileList && info.multifileList.length>0"> |
| | | <div v-for="item in info.multifileList" style="display: inline-block" :key="'aaa'+item.id"> |
| | | <el-image v-if="item.fileurlFull" style="width: 50px; height: 50px; margin-right: 10px" :src="item.fileurlFull" |
| | | :preview-src-list="[info.fileurlFull]"> |
| | | :preview-src-list="[item.fileurlFull]"> |
| | | </el-image> |
| | | </div> |
| | | </template> |