@@ -224,6 +224,8 @@ export default {
? '同意'
: this.action == 'stop'
? '终止'
+ : this.action == 'stop'
+ ? '退回修改'
: ''
}, 500)
}