From 5122fd4eef5cbf14960244820d8e72b1cd4ff68d Mon Sep 17 00:00:00 2001 From: zhen <1173776308@qq.com> Date: Mon, 22 Jul 2024 14:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=9C=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/release/productioninformation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/release/productioninformation.vue b/src/views/release/productioninformation.vue index d919a2f..5d84fb4 100644 --- a/src/views/release/productioninformation.vue +++ b/src/views/release/productioninformation.vue @@ -383,7 +383,7 @@ }, //驳回 reject(row) { - this.$confirm("是否将数据驳回?", "提示", { + this.$confirm("是否将数据审核?", "提示", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning" @@ -440,7 +440,7 @@ this.$message.warning("请选择至少一条数据"); return; } - this.$confirm("是否将选择数据驳回?", { + this.$confirm("是否将选择数据审核?", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning"