Parcourir la source

修改图片展示

cuixq il y a 3 ans
Parent
commit
bdb816d92e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      front-vue/src/views/service/repayment/detailRepayment.vue

+ 1 - 1
front-vue/src/views/service/repayment/detailRepayment.vue

@@ -69,7 +69,7 @@
             <el-table-column label="收款金额" align="center" prop="zfrLoanAmount" :show-overflow-tooltip="true" />
         </el-table>
         <el-dialog :visible.sync="openFile" width="1000px" append-to-body>
-            <img :src="wordUrl" v-if="show" width='450px' height='500px' />
+            <img :src="wordUrl" v-if="show" width='1000px' height='500px' />
             <iframe :src="wordUrl" width='800px' height='600px' frameborder='1' v-if="heid" />
         </el-dialog>
     </el-row>