fix bug
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-form label-position="left" inline class="demo-table-expand">
|
<el-form label-position="left" inline class="demo-table-expand">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="6">
|
<el-col :lg="10" :sm="12">
|
||||||
<viewer>
|
<viewer>
|
||||||
<img :src="scope.row.scanSrc" alt="发票扫描件" height="120px">
|
<img :src="scope.row.scanSrc" alt="发票扫描件" height="120px">
|
||||||
</viewer>
|
</viewer>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-form label-position="left" inline class="demo-table-expand">
|
<el-form label-position="left" inline class="demo-table-expand">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :lg="6" :sm="12">
|
<el-col :lg="10" :sm="12">
|
||||||
<viewer>
|
<viewer>
|
||||||
<img :src="scope.row.scanSrc" alt="发票扫描件" height="120px">
|
<img :src="scope.row.scanSrc" alt="发票扫描件" height="120px">
|
||||||
</viewer>
|
</viewer>
|
||||||
|
|||||||
Reference in New Issue
Block a user