袁少华 4 年之前
父节点
当前提交
2790964c90
共有 2 个文件被更改,包括 3 次插入7 次删除
  1. 1 5
      js/service/material.js
  2. 2 2
      pages/dashboard/quality.html

+ 1 - 5
js/service/material.js

@@ -1077,11 +1077,7 @@ var ServiceMaterial={
             element.checkDate=element.ddate;
             element.images=[
                         "/images/quality/13.png",
-                        "/images/quality/12.png",
-                        "/images/quality/23.png",
-                        "/images/quality/22.png",
-                        "/images/quality/11.png",
-                        "/images/quality/21.png"
+                        "/images/quality/12.png"
                     ]
         });
         var i = 1;

+ 2 - 2
pages/dashboard/quality.html

@@ -192,9 +192,9 @@
             </d>
             <div class="col-md-4 col-lg-4 center" style="margin-left: 50px;">
                 <div class="row">
-                    <div class="col-md-4 col-lg-4 center " style="padding-bottom: 5px;margin-top:-30px ;"
+                    <div class="col-md-4 col-lg-4 center " style="padding-bottom: 5px;margin-top:-30px"
                         v-for="showimage in showImageList">
-                        <img :src="showimage" border="0" style="width:150px;height:130px;" />
+                        <img :src="showimage" border="0" style="width:200px;height:280px;"/>
                     </div>
                 </div>
             </div>