feat(CashDetail): add reject btn role

This commit is contained in:
woody 2025-07-10 09:56:23 +08:00
parent 4b6c06c1cb
commit d7ede8ce75
1 changed files with 2 additions and 0 deletions

View File

@ -222,6 +222,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"
@ -821,6 +822,7 @@ export default {
type: 'success' type: 'success'
}) })
this.rejectDialogVisible = false this.rejectDialogVisible = false
this.rejectForm.rejectRemark = ''
this.getDataList() this.getDataList()
} }
}) })