|
|
@@ -452,7 +452,7 @@
|
|
|
</el-upload>
|
|
|
|
|
|
<viewer :images="photo1List" >
|
|
|
- <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo1Item" v-for="(photo1Item,photo1Index) in photo1List" :key="photo1Index"/>
|
|
|
+ <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo1Item" v-for="(photo1Item,photo1Index) in photo1List" :key="photo1Index"></img>
|
|
|
</viewer>
|
|
|
<button @click.prevent v-show="!!dataForm.photo1">预览</button>
|
|
|
</el-form-item>
|
|
|
@@ -470,7 +470,7 @@
|
|
|
<i v-else class="el-icon-plus avatar-uploader-icon"></i>
|
|
|
</el-upload>
|
|
|
<viewer :images="photo2List" >
|
|
|
- <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo2Item" v-for="(photo2Item,photo2Index) in photo2List" :key="photo2Index"/>
|
|
|
+ <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo2Item" v-for="(photo2Item,photo2Index) in photo2List" :key="photo2Index"></img>
|
|
|
</viewer>
|
|
|
<button @click.prevent v-show="!!dataForm.photo2">预览</button>
|
|
|
</el-form-item>
|
|
|
@@ -498,7 +498,7 @@
|
|
|
<i v-else class="el-icon-plus avatar-uploader-icon"></i>
|
|
|
</el-upload>
|
|
|
<viewer :images="photo3List" >
|
|
|
- <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo3Item" v-for="(photo3Item,photo3Index) in photo3List" :key="photo3Index"/>
|
|
|
+ <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo3Item" v-for="(photo3Item,photo3Index) in photo3List" :key="photo3Index"></img>
|
|
|
</viewer>
|
|
|
<button @click.prevent v-show="!!dataForm.photo3">预览</button>
|
|
|
</el-form-item>
|
|
|
@@ -526,7 +526,8 @@
|
|
|
<i v-else class="el-icon-plus avatar-uploader-icon"></i>
|
|
|
</el-upload>
|
|
|
<viewer :images="photo4List" >
|
|
|
- <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo4Item" v-for="(photo4Item,photo4Index) in photo4List" :key="photo4Index"/>
|
|
|
+ <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo4Item" v-for="(photo4Item,photo4Index) in photo4List" :key="photo4Index"></img>
|
|
|
+ </viewer>
|
|
|
<button @click.prevent v-show="!!dataForm.photo4">预览</button>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
@@ -553,7 +554,7 @@
|
|
|
<i v-else class="el-icon-plus avatar-uploader-icon"></i>
|
|
|
</el-upload>
|
|
|
<viewer :images="photo5List" >
|
|
|
- <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo5Item" v-for="(photo5Item,photo5Index) in photo5List" :key="photo5Index"/>
|
|
|
+ <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo5Item" v-for="(photo5Item,photo5Index) in photo5List" :key="photo5Index"></img>
|
|
|
</viewer>
|
|
|
<button @click.prevent v-show="!!dataForm.photo5">预览</button>
|
|
|
</el-form-item>
|
|
|
@@ -581,7 +582,7 @@
|
|
|
<i v-else class="el-icon-plus avatar-uploader-icon"></i>
|
|
|
</el-upload>
|
|
|
<viewer :images="photo6List" >
|
|
|
- <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo6Item" v-for="(photo6Item,photo6Index) in photo6List" :key="photo6Index"/>
|
|
|
+ <img style="width: 50px;height: 30px;opacity:0;position:absolute; top: 122px; left: 0;right: 0;bottom: 0;" :src="photo6Item" v-for="(photo6Item,photo6Index) in photo6List" :key="photo6Index"></img>
|
|
|
</viewer>
|
|
|
<button @click.prevent v-show="!!dataForm.photo6">预览</button>
|
|
|
</el-form-item>
|