From 2c722a371c816be42d3c515d1fc63b8e3616dde0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98=E2=80=98?= Date: Tue, 28 Feb 2023 08:49:35 +0800 Subject: [PATCH] =?UTF-8?q?hotfix:=E4=BF=AE=E6=AD=A3=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/img/tiktokImg/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/img/tiktokImg/index.vue b/src/views/img/tiktokImg/index.vue index f7f6734..ad06c5e 100644 --- a/src/views/img/tiktokImg/index.vue +++ b/src/views/img/tiktokImg/index.vue @@ -396,7 +396,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,