From a8b0eb32d97e7a540692a8a29f610fe76d67ef74 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 28 Jul 2025 17:39:39 +0800
Subject: [PATCH] 1

---
 src/components/Dialog/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/components/Dialog/index.vue b/src/components/Dialog/index.vue
index 591b92d..853b8c9 100644
--- a/src/components/Dialog/index.vue
+++ b/src/components/Dialog/index.vue
@@ -11,10 +11,10 @@
 
     <div class="footer">
       <div class="cancel-dialog" @click="show = false" v-if="showCancelButton">
-        {{ cancelButtonText }}
+        {{ $t(cancelButtonText) }}
       </div>
       <div class="confirm-dialog" v-if="showConfirmButton" @click="confirm">
-        {{ confirmButtonText }}
+        {{ $t(confirmButtonText) }}
       </div>
     </div>
   </van-dialog>
@@ -30,11 +30,11 @@
     },
     "confirm-button-text": {
       type: String,
-      default: "确定",
+      default: "hj161",
     },
     "cancel-button-text": {
       type: String,
-      default: "取消",
+      default: "qx",
     },
     "show-cancel-button": {
       type: Boolean,
@@ -91,8 +91,8 @@
       flex: 1;
       height: 100%;
       padding: 0 15px;
-      background-color: #1989fa;
-      border: 1px solid #1989fa;
+      background-color: #185546;
+      border: 1px solid #185546;
       color: #fff;
       margin-left: 20px;
     }

--
Gitblit v1.9.3