From f67075dfb8757171d3287a31f9fc48cd15d37bd7 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 05 十二月 2024 18:35:23 +0800 Subject: [PATCH] 修改bug --- admin/src/views/finance/payments.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin/src/views/finance/payments.vue b/admin/src/views/finance/payments.vue index 63c2576..037813b 100644 --- a/admin/src/views/finance/payments.vue +++ b/admin/src/views/finance/payments.vue @@ -45,7 +45,7 @@ <el-table-column label="鎿嶄綔" min-width="190" fixed="right"> <template slot-scope="{row}"> <el-button type="text" @click="$refs.details.open('鏀舵敮娴佹按璇︽儏', row.id)">鏌ョ湅璇︽儏</el-button> - <el-button type="text" @click="closeDW(row.id)" v-if="row.status !== 1">鍏抽棴娴佹按</el-button> + <el-button type="text" @click="closeDW(row.id)" v-if="row.status !== 1 || !['3','4'].includes(row.contractStatus)">鍏抽棴娴佹按</el-button> </template> </el-table-column> </el-table> -- Gitblit v1.9.3