diff --git a/src/views/reward/aduit/index.vue b/src/views/reward/aduit/index.vue index 77e3e06..5bd5319 100644 --- a/src/views/reward/aduit/index.vue +++ b/src/views/reward/aduit/index.vue @@ -360,7 +360,8 @@ export default { this.reset(); this.isView = false; this.applyId = row.applyId - this.isReadOnly = false + this.isReadOnly = true + this.isShowButton = true this.isShowUploadButton = false const applyId = row.applyId || this.ids getDetail(applyId).then(response => {