|
@@ -325,9 +325,12 @@
|
|
</el-row>
|
|
</el-row>
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24" v-if="detailSee">
|
|
<el-col :span="24" v-if="detailSee">
|
|
- <ImageUpload ref="ImageUpload" :limit="1" :fileType="['png', 'jpg', 'jpeg']" :isShowTip="false"
|
|
|
|
- :value="form.attachId"
|
|
|
|
- @input="getUrl"></ImageUpload>
|
|
|
|
|
|
+<!-- <ImageUpload ref="ImageUpload" :limit="1" :fileType="['png', 'jpg', 'jpeg']" :isShowTip="false"-->
|
|
|
|
+<!-- :value="form.attachId"-->
|
|
|
|
+<!-- @input="getUrl"></ImageUpload>-->
|
|
|
|
+ <div v-for="item in form.attachId" style="text-decoration: revert">
|
|
|
|
+ <img :src="item.attachPath" style="width:150px;height:150px;"/>
|
|
|
|
+ </div>
|
|
<div>
|
|
<div>
|
|
<ol>
|
|
<ol>
|
|
<li v-for="(item,index) in filevedioList">
|
|
<li v-for="(item,index) in filevedioList">
|