@ -435,7 +435,7 @@ export default {
},
// 审核状态修改
handleJudgeChange(row) {
let text = row.status === "1" ? "通过" : "待定";
let text = row.status === "1" ? "审核通过" : "审核拒绝";
this.$modal.confirm('确认要' + text + 'id为' + row.id + '的图片吗?').then(function() {
let data = {
id: row.id,