From 2af1d283e8830ced502096a53ac7df28d6bdade9 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 7 Jan 2026 13:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentSharedLease/order/sharedOutList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/EquipmentSharedLease/order/sharedOutList.vue b/src/views/EquipmentSharedLease/order/sharedOutList.vue index 6eef206a..7020df1b 100644 --- a/src/views/EquipmentSharedLease/order/sharedOutList.vue +++ b/src/views/EquipmentSharedLease/order/sharedOutList.vue @@ -448,7 +448,7 @@ export default { }, handleOutAll() { - this.$confirm('是否确定全部取消出库?', '提示', { + this.$confirm('是否确定全部出库?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning'