|
|
|
@ -85,7 +85,7 @@ const configStyle = computed(() => { |
|
|
|
</script> |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
{{ props.control.listType }} |
|
|
|
|
|
|
|
<div v-if="props.control.listType == 'picture-card'"> |
|
|
|
<div v-for="item in imgAry"> |
|
|
|
<el-image |
|
|
|
@ -109,6 +109,7 @@ const configStyle = computed(() => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-else> |
|
|
|
<span v-if="imgAry.length==0">无</span> |
|
|
|
<div v-for="item in imgAry"> |
|
|
|
<el-link :underline="false" :href="item" target="_blank">{{ item }}</el-link |
|
|
|
><br /> |
|
|
|
|