Commit c8aeed15 authored by zhengke's avatar zhengke

1

parent bd587d0d
...@@ -284,8 +284,10 @@ ...@@ -284,8 +284,10 @@
v-for="(item,index) in WorkObj.FileList"> v-for="(item,index) in WorkObj.FileList">
<el-image :src="item" style="width:100%;height:100%;" :preview-src-list="WorkObj.FileList"> <el-image :src="item" style="width:100%;height:100%;" :preview-src-list="WorkObj.FileList">
</el-image> </el-image>
<i class="iconfont icon-yiquxiao sch_del" style="font-size:17px;top:-4px;" <template v-if="workAuthObj.isShowEditAndDelete">
@click="workRemoveAdd(index)"></i> <i class="iconfont icon-yiquxiao sch_del" style="font-size:17px;top:-4px;"
@click="workRemoveAdd(index)"></i>
</template>
</div> </div>
</template> </template>
<template v-if="workAuthObj.isShowEditAndDelete"> <template v-if="workAuthObj.isShowEditAndDelete">
......
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