Commit 29b98332 by Cat

zd 社团图片上传

parent b85d58fa
...@@ -67,8 +67,8 @@ ...@@ -67,8 +67,8 @@
v-for="(item, index) in scope.row.file.split(',')" v-for="(item, index) in scope.row.file.split(',')"
:key="index" :key="index"
style="width: 100px; height: 100px" style="width: 100px; height: 100px"
:src="item" :src="pev + item"
:preview-src-list="[item]" :preview-src-list="[pev + item]"
> >
</el-image> </el-image>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment