采购合同审核

This commit is contained in:
Vergil
2020-03-11 09:26:23 +08:00
parent b6c062607f
commit dc3a5256a4
2 changed files with 57 additions and 12 deletions

View File

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