From 02bd5982028af6e791dd0857f535a41aaf74679e Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 10 二月 2025 13:14:32 +0800 Subject: [PATCH] 修改 --- src/views/specialOperationsPay/coalPay/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/specialOperationsPay/coalPay/index.vue b/src/views/specialOperationsPay/coalPay/index.vue index bcf75cb..14c0a56 100644 --- a/src/views/specialOperationsPay/coalPay/index.vue +++ b/src/views/specialOperationsPay/coalPay/index.vue @@ -63,7 +63,7 @@ <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="180px"> <template #default="scope"> <el-button v-if="isAhthority" size="mini" type="text" style="color: #1890ff" @click="handleViewStu(scope.row)">学员管理</el-button> -<!-- <el-button v-if="isAhthority" size="mini" type="text" style="color: #1890ff" @click="handleBatchPay(scope.row,'')">批量缴费</el-button>--> + <el-button v-if="isAhthority && scope.row.payPersonType == 2 && (scope.row.havePayNum < scope.row.totalNum)" size="mini" type="text" style="color: #1890ff" @click="handleBatchPay(scope.row,'add')">批量缴费</el-button> <el-button v-if="isAhthority" size="mini" type="text" style="color:lightcoral" @click="handleDelete(scope.row)">删除</el-button> </template> </el-table-column> @@ -168,8 +168,8 @@ handleViewStu(val) { this.$refs.stuDialogRef.openDialog(val) }, - handleBatchPay(val) { - this.$refs.batchPayRef.openDialog(val); + handleBatchPay(val,type) { + this.$refs.batchPayRef.openDialog(val,type); }, handleQuery() { this.getList(); -- Gitblit v1.9.2