Browse Source

文件未上传时显示 无

qin_26
liwenxuan 2 months ago
parent
commit
8ce8862432
  1. 3
      src/components/DesignForm/public/expand/uploadPageList.vue

3
src/components/DesignForm/public/expand/uploadPageList.vue

@ -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 />

Loading…
Cancel
Save