From f0013e66a4ec5529d9671faac86d3421a760957b Mon Sep 17 00:00:00 2001 From: lixuan <lixuan@163.com> Date: Tue, 28 Feb 2023 11:22:08 +0800 Subject: [PATCH] xiugai --- src/views/order/index.vue | 2 +- src/views/refineryAccount/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/order/index.vue b/src/views/order/index.vue index 9a465a6..e005d97 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -134,7 +134,7 @@ <el-link type="primary" :underline="false" @click="detail(row)" >详情</el-link > - <el-link v-show="row.orderStatus!=='SUBMITED'&&row.orderStatus!=='ORDER_LOCKED'&&row.payStatus!=='REFUNDED'" type="primary" :underline="false" @click="billOfLading(row)" + <el-link v-show="row.orderStatus!=='SUBMITED'&&row.orderStatus!=='ORDER_LOCKED'" type="primary" :underline="false" @click="billOfLading(row)" >提货单</el-link > <el-popconfirm diff --git a/src/views/refineryAccount/index.vue b/src/views/refineryAccount/index.vue index f80d4ab..357f129 100644 --- a/src/views/refineryAccount/index.vue +++ b/src/views/refineryAccount/index.vue @@ -36,7 +36,7 @@ <div class="table"> <div class="operation"> <!-- <el-button @click="addition">新增炼厂账户</el-button> --> - <el-button @click="addition">充值</el-button> + <!-- <el-button @click="addition">充值</el-button> --> </div> <el-table v-if="tableHeight"