diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index 0f9e890e..c7484c16 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -797,7 +797,7 @@ export default { } backReceiveRecordWeb(param).then((res) => { if (res.code == 200) { - this.title = '查看1' + this.title = '查看' this.openNum = true this.dialogIsView = true this.numList = res.data.rows @@ -824,7 +824,7 @@ export default { } }) } else if (row.manageType == '0') { - this.title = '查看0' + this.title = '查看' this.openCode = true this.resetForm('codeQuery') this.codeQuery.parentId = row.id