|
@@ -463,13 +463,14 @@
|
|
<!--收款码-->
|
|
<!--收款码-->
|
|
<el-dialog custom-class="log-dialog" title="收款码" :visible.sync="wechatCodeVisible" :before-close="closeWechatCode">
|
|
<el-dialog custom-class="log-dialog" title="收款码" :visible.sync="wechatCodeVisible" :before-close="closeWechatCode">
|
|
<div>
|
|
<div>
|
|
- <el-table :data="logList" border stripe max-height="1200" >
|
|
|
|
|
|
+ {{wechatCodeUrl}}
|
|
|
|
+ <!-- <el-table :data="logList" border stripe max-height="1200" >
|
|
<el-table-column width="600" height="600" label="收款码">
|
|
<el-table-column width="600" height="600" label="收款码">
|
|
<el-image :src="Fast.api.cdnurl('https://mohuanxuanfeng.oss-cn-beijing.aliyuncs.com/5ae113d6d88f793b/97f037f2e7d9af88.jpg')" fit="cover">
|
|
<el-image :src="Fast.api.cdnurl('https://mohuanxuanfeng.oss-cn-beijing.aliyuncs.com/5ae113d6d88f793b/97f037f2e7d9af88.jpg')" fit="cover">
|
|
|
|
|
|
</el-image>
|
|
</el-image>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- </el-table>
|
|
|
|
|
|
+ </el-table>-->
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
|