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" diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index 747e1f4..4a9366c 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -21,7 +21,7 @@