|
|
@@ -336,7 +336,7 @@ export default {
|
|
|
if (status === '2') {
|
|
|
title = '确定要通过审核?备注:'
|
|
|
} else if (status === '3') {
|
|
|
- title = '确定要设为待付款?备注:'
|
|
|
+ title = '确定要设为待复核?备注:'
|
|
|
} else if (status === '4') {
|
|
|
title = '确定要设为付款失败?备注:'
|
|
|
} else if (status === '6') {
|
|
|
@@ -426,7 +426,7 @@ export default {
|
|
|
this.dialogAuditFormVisible = true
|
|
|
this.auditForm.auditTips = title
|
|
|
this.auditForm.auditStatus = status
|
|
|
- if (status === 3) {
|
|
|
+ if (status == '3') {
|
|
|
this.planPayDateVisible = true
|
|
|
} else {
|
|
|
this.planPayDateVisible = false
|