修复订单

This commit is contained in:
huangdeliang
2021-03-06 14:50:36 +08:00
parent 5c3fc0ef9e
commit 01f5c98954
6 changed files with 5 additions and 7 deletions

View File

@ -198,7 +198,7 @@
>复制
</el-button>
<el-popover placement="top" trigger="click">
<VueQr :text="copyValue" :logoSrc="logo" />
<VueQr :text="copyValue" :logoSrc="logo" size="256"/>
<el-button
slot="reference"
icon="el-icon-picture-outline"

View File

@ -319,7 +319,6 @@
v-loading="loading"
:data="orderList"
:row-class-name="tableRowClassName"
height="85%"
>
<el-table-column label="审核状态" align="center" prop="reviewStatus">
<template slot-scope="scope">
@ -801,7 +800,6 @@ export default {
<style lang="scss" scoped>
.order_view_wrapper {
padding: 20px;
height: calc(100vh - 80px);
.s_success {
color: #1ab394;
font-size: 22px;