feat(CashDetail): add reject btn role
This commit is contained in:
parent
4b6c06c1cb
commit
d7ede8ce75
|
@ -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()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue