feat(cashDetails): 提现驳回添加按钮权限

This commit is contained in:
woody 2025-07-09 10:12:40 +08:00
parent bf26379fc1
commit 693f0719a8
1 changed files with 1 additions and 1 deletions

View File

@ -227,6 +227,7 @@
导出 导出
</el-button> </el-button>
<el-button <el-button
v-has-buttons="['CashDetailsReject']"
style="padding: 8px" style="padding: 8px"
size="small" size="small"
class="thebtn2" class="thebtn2"
@ -868,7 +869,6 @@ export default {
}, },
batchRejectHandle() { batchRejectHandle() {
const canReject = this.checkArrAll.every((item) => item.approveState == 1) const canReject = this.checkArrAll.every((item) => item.approveState == 1)
console.log(canReject)
if (!canReject) { if (!canReject) {
this.$message({ this.$message({
message: '存在已审核单据,请重新选择', message: '存在已审核单据,请重新选择',