|
@@ -201,9 +201,10 @@
|
|
|
</d>
|
|
|
<div class="col-md-5 col-lg-5 center" style="margin-left: 50px;">
|
|
|
<div class="row">
|
|
|
- <div class="col-md-6 col-lg-6 center " style="padding-bottom: 5px;margin-top:-10px;"
|
|
|
+ <div class="col-md-6 col-lg-6 center " style="padding-bottom: 5px;margin-top:12px;"
|
|
|
v-for="showimage in showImageList">
|
|
|
- <img :src="showimage" border="0" style="width:350px;height:300px;"/>
|
|
|
+ {{showimage }}
|
|
|
+ <img :src="'/upAnomalous/'+showimage" border="0" style="width:350px;height:300px;"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -225,7 +226,7 @@
|
|
|
var pageSize = 10;
|
|
|
var pageIndex = 0;
|
|
|
const checkRateByBatchnoList = ServiceMaterial.getCheckRateByBatchno();
|
|
|
- setTimeout(beginFun("charts_21",checkRateByBatchnoList,5000,"charts_21"),500);
|
|
|
+ setTimeout(beginFun("charts_21",checkRateByBatchnoList,10000,"charts_21"),500);
|
|
|
|
|
|
|
|
|
var vm = new Vue({
|