This commit is contained in:
liushuai
2020-03-11 18:09:43 +08:00
15 changed files with 973 additions and 187 deletions

View File

@@ -140,7 +140,8 @@ export default {
})
})
},
noApproval(row) { // 不通过审核
// 不通过审核
noApproval(row) {
this.$prompt('请输入不通过原因', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消'