Bläddra i källkod

Merge branch 'master' of http://git.keao.tech/SupplyChain/front

zhanglb 3 år sedan
förälder
incheckning
fb57ae8228
1 ändrade filer med 1 tillägg och 1 borttagningar
  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>