|
|
|
|
@ -3,7 +3,8 @@
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<div class="carousel-page">
|
|
|
|
|
<div class="carousel-page-content">
|
|
|
|
|
|
|
|
|
|
<div class="carousel-page-content" style="float:left">
|
|
|
|
|
<div class="img-box">
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
@ -72,22 +73,66 @@
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="img-box">
|
|
|
|
|
<viewer
|
|
|
|
|
v-if="checkObj.checkPic"
|
|
|
|
|
style="height: 300px"
|
|
|
|
|
>
|
|
|
|
|
<img :src="imgUrl+checkObj.checkPic" />
|
|
|
|
|
</viewer>
|
|
|
|
|
<div
|
|
|
|
|
v-else
|
|
|
|
|
style="display: flex;align-items: center;justify-content: center;width:100px;height:300px;"
|
|
|
|
|
>
|
|
|
|
|
暂无图片
|
|
|
|
|
</div>
|
|
|
|
|
<p>盘点图1</p>
|
|
|
|
|
<!-- <div class="img-box" style="margin-left: 200px;">
|
|
|
|
|
<a-row type="flex" justify="space-around" style="height:300,margin-left:400">
|
|
|
|
|
<a-col :span="11">
|
|
|
|
|
<p>顶部图片1</p>
|
|
|
|
|
<viewer :images = "checkObj.topPic1">
|
|
|
|
|
<img class="historyImg" :src="checkObj.topPic1"/>
|
|
|
|
|
</viewer>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="11">
|
|
|
|
|
<p>顶部图片2</p>
|
|
|
|
|
<viewer :images = "checkObj.topPic2">
|
|
|
|
|
<img class="historyImg" :src="checkObj.topPic2"/>
|
|
|
|
|
</viewer>
|
|
|
|
|
</a-col>
|
|
|
|
|
</a-row>
|
|
|
|
|
<a-row type="flex" gutter="16px" justify="space-around" align="middle" style="height:300">
|
|
|
|
|
<a-col :span="11">
|
|
|
|
|
<p>侧面图片1</p>
|
|
|
|
|
<viewer :images = "checkObj.sidePic1">
|
|
|
|
|
<img class="historyImg" :src="checkObj.sidePic1"/>
|
|
|
|
|
</viewer>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="11">
|
|
|
|
|
<p>侧面图片2</p>
|
|
|
|
|
<viewer :images = "checkObj.sidePic2">
|
|
|
|
|
<img class="historyImg" :src="checkObj.sidePic2"/>
|
|
|
|
|
</viewer>
|
|
|
|
|
</a-col>
|
|
|
|
|
</a-row>
|
|
|
|
|
<a-row type="flex" justify="space-around" align="middle" style="height:300">
|
|
|
|
|
<a-col :span="11">
|
|
|
|
|
<p>侧面图片3</p>
|
|
|
|
|
<viewer :images = "checkObj.sidePic3">
|
|
|
|
|
<img class="historyImg" :src="checkObj.sidePic3"/>
|
|
|
|
|
</viewer>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="11">
|
|
|
|
|
<p>侧面图片4</p>
|
|
|
|
|
<viewer :images = "checkObj.sidePic4">
|
|
|
|
|
<img class="historyImg" :src="checkObj.sidePic4"/>
|
|
|
|
|
</viewer>
|
|
|
|
|
</a-col>
|
|
|
|
|
</a-row>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div class="img-box" style="margin-left: 200px;">
|
|
|
|
|
<a-row type="flex" justify="space-around" style="height:300,margin-left:400">
|
|
|
|
|
<a-col :span="11">
|
|
|
|
|
<p>顶部图片</p>
|
|
|
|
|
<viewer :images = "checkObj.topPic1">
|
|
|
|
|
<img class="historyImg" :src="checkObj.topPic1"/>
|
|
|
|
|
</viewer>
|
|
|
|
|
</a-col>
|
|
|
|
|
<a-col :span="11">
|
|
|
|
|
<p>侧面图片</p>
|
|
|
|
|
<viewer :images = "checkObj.sidePic1">
|
|
|
|
|
<img class="historyImg" :src="checkObj.sidePic1"/>
|
|
|
|
|
</viewer>
|
|
|
|
|
</a-col>
|
|
|
|
|
</a-row>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="bottom-btn">
|
|
|
|
|
|