Kaynağa Gözat

格式调整

sunyize 2 yıl önce
ebeveyn
işleme
16a692f270
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 6 6
      src/views/smscheck/modules/TaskCheckCheck.vue

+ 6 - 6
src/views/smscheck/modules/TaskCheckCheck.vue

@@ -98,7 +98,7 @@
             style="margin-bottom:10px;
               float: left;width: 83%;left: 2%">
       <div slot="title">
-        <span style="float: left;position: relative;top: 4px">合同到期时间资料</span>
+        <span style="float: left;position: relative;top: 4px">合同资料</span>
       </div>
       <!--      文件上传-->
       <div style="width: 100%;margin-left: 12%">
@@ -145,8 +145,7 @@
           <!--            :auto-size="{ minRows: 3, maxRows: 5 }"-->
         </a-form-model-item>
       </div>
-      <div style="width: 100%;float:left; ">
-
+      <div style="height: 70%">
         <div class="thumb-example" >
           <!-- swiper1 -->
           <swiper
@@ -164,7 +163,8 @@
                 height="445px"
                 scrolling="auto">
               </iframe>
-             
+              <img style="width: 70%;height: 70%;border: 1px solid;"
+                   v-if="!item.urlBase" :src="noDataPng" border="1">
               <a-button  style="float:left;display: block;position: relative;margin-top: 10px;border-color: #1890FF;color: #1890FF"
                          v-if="  item.urlBase "
                          @click="downloadFile(item.url)">下载
@@ -173,7 +173,7 @@
                          v-if="infoModel.contractDate.length && item.urlBase "
                          @click="jumpUrl(item.urlBase)">预览
               </a-button>
-              
+
             </swiper-slide>
 
           </swiper>
@@ -233,7 +233,7 @@
                   <div style="float:left;margin: 50px 10px;" >
                     <a-radio-group  button-style="solid"  @change="basicCheckClick(infoModel.businessLicenseDateResult)" v-model='infoModel.businessLicenseDateResult'>
                       <a-radio :value="'1'">是</a-radio>
-                      <a-radio :value="'2'">否</a-radio> 
+                      <a-radio :value="'2'">否</a-radio>
                     </a-radio-group>
                   </div>
                 </div>