瀏覽代碼

Merge tag 'Hotfix-zh-53' into develop

Finish Hotfix-zh-53
howie 3 年之前
父節點
當前提交
531eec3983

+ 1 - 1
src/views/engin_deposit/components/deposit-apply-surrender.vue

@@ -222,7 +222,7 @@
               <imageUpload :file-list="fileList" :multiple="true" :start-restricting="true" :restrict-filename="restrictFilename" />
             </el-form-item>
           </el-col>
-          <el-col :xs="24" :sm="12" :lg="24">
+          <el-col :xs="24" :sm="12" :lg="24" v-if="details.dataList && details.dataList.length">
             <!-- 列表 -->
             <div class="mymain-container">
               <div class="table">

+ 1 - 1
src/views/engin_deposit/components/deposit_list-detail.vue

@@ -220,7 +220,7 @@
       <el-divider />
 
       <!-- 列表 -->
-      <div class="mymain-container">
+      <div class="mymain-container" >
         <div class="table">
           <el-table
             v-loading="listLoading"