This commit is contained in:
chenjianan
2019-04-20 17:08:39 +08:00
parent 7d924d8dce
commit 26ef695295
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<template slot-scope="scope">
<el-form label-position="left" inline class="demo-table-expand">
<el-row>
<el-col :span="6">
<el-col :lg="10" :sm="12">
<viewer>
<img :src="scope.row.scanSrc" alt="发票扫描件" height="120px">
</viewer>

View File

@@ -13,7 +13,7 @@
<template slot-scope="scope">
<el-form label-position="left" inline class="demo-table-expand">
<el-row>
<el-col :lg="6" :sm="12">
<el-col :lg="10" :sm="12">
<viewer>
<img :src="scope.row.scanSrc" alt="发票扫描件" height="120px">
</viewer>