From 3d340acc7da65b3b11cf1358f0fd0de23bcfa2e4 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 27 Feb 2026 11:08:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
applications/task-work-order/src/page/index/top/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/applications/task-work-order/src/page/index/top/index.vue b/applications/task-work-order/src/page/index/top/index.vue
index 4995ac0..4c5794d 100644
--- a/applications/task-work-order/src/page/index/top/index.vue
+++ b/applications/task-work-order/src/page/index/top/index.vue
@@ -82,6 +82,7 @@
methods: {
logout () {
this.$confirm(this.$t('logoutTip'), this.$t('提示'), {
+ customClass: 'gd-confirm-custom',
confirmButtonText: this.$t('submitText'),
cancelButtonText: this.$t('cancelText'),
type: 'warning',
--
Gitblit v1.9.3