From bc392acb7a484a3b4ddd43cd604afb9bcfef6ac6 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 27 Feb 2026 10:16:42 +0800
Subject: [PATCH] feat:提示弹窗文字内容调整,弹窗中表格表头样式调整
---
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