From 9171a58059e37c4bdf493780ec913339080a5006 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 30 Dec 2025 14:59:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BA=93=E5=AD=98=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E8=AE=B0=E5=BD=95=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=AD=E6=8C=89=E9=92=AE=E2=80=9C=E6=92=A4=E9=94=80=E2=80=9D?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E2=80=9C=E6=92=A4=E5=9B=9E=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/good_mio.vue | 15 +++------------ src/views/inm/halfgood_mio.vue | 6 +++--- src/views/inm/mainso_mio.vue | 6 +++--- src/views/inm/mio.vue | 6 +++--- 4 files changed, 12 insertions(+), 21 deletions(-) diff --git a/src/views/inm/good_mio.vue b/src/views/inm/good_mio.vue index d1043bda..8b682d74 100644 --- a/src/views/inm/good_mio.vue +++ b/src/views/inm/good_mio.vue @@ -123,16 +123,7 @@ v-auth="'mio.submit'" v-if="scope.row.state == 20" > - 撤销 - - - 撤销 + 撤回 {}); }, revert(row) { - this.$confirm(`确定撤销该操作吗?`, "提示", { + this.$confirm(`确定撤回该操作吗?`, "提示", { type: "warning", }) .then(() => { this.$API.inm.mio.revert .req(row.id) .then((res) => { - this.$message.success("撤销成功"); + this.$message.success("撤回成功"); this.$refs.table.refresh(); return res; }) diff --git a/src/views/inm/halfgood_mio.vue b/src/views/inm/halfgood_mio.vue index 973ecc15..5fcf7f7f 100644 --- a/src/views/inm/halfgood_mio.vue +++ b/src/views/inm/halfgood_mio.vue @@ -145,7 +145,7 @@ v-auth="'mio.submit'" v-if="scope.row.state == 20" > - 撤销 + 撤回 @@ -259,14 +259,14 @@ export default { .catch(() => {}); }, revert(row) { - this.$confirm(`确定撤销该操作吗?`, "提示", { + this.$confirm(`确定撤回该操作吗?`, "提示", { type: "warning", }) .then(() => { this.$API.inm.mio.revert .req(row.id) .then((res) => { - this.$message.success("撤销成功"); + this.$message.success("撤回成功"); this.$refs.table.refresh(); return res; }) diff --git a/src/views/inm/mainso_mio.vue b/src/views/inm/mainso_mio.vue index 63ad6549..243f4aa3 100644 --- a/src/views/inm/mainso_mio.vue +++ b/src/views/inm/mainso_mio.vue @@ -154,7 +154,7 @@ v-auth="'mio.submit'" v-if="scope.row.state == 20" > - 撤销 + 撤回 @@ -275,14 +275,14 @@ export default { .catch(() => {}); }, revert(row) { - this.$confirm(`确定撤销该操作吗?`, "提示", { + this.$confirm(`确定撤回该操作吗?`, "提示", { type: "warning", }) .then(() => { this.$API.inm.mio.revert .req(row.id) .then((res) => { - this.$message.success("撤销成功"); + this.$message.success("撤回成功"); this.$refs.table.refresh(); return res; }) diff --git a/src/views/inm/mio.vue b/src/views/inm/mio.vue index c5e67611..5edfb9ec 100644 --- a/src/views/inm/mio.vue +++ b/src/views/inm/mio.vue @@ -127,7 +127,7 @@ (scope.row.type == 'other_in' || scope.row.type == 'other_out')" > - 撤销 + 撤回 { this.$API.inm.mio.revert .req(row.id) .then((res) => { - this.$message.success("撤销成功"); + this.$message.success("撤回成功"); this.$refs.table.refresh(); return res; })