From d87c256a957a6a5c3b40eaf9c52ec68f2fc22c97 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 12 九月 2025 16:23:42 +0800
Subject: [PATCH] test

---
 pages/station/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/station/index.vue b/pages/station/index.vue
index 82b6154..a4e7884 100644
--- a/pages/station/index.vue
+++ b/pages/station/index.vue
@@ -359,7 +359,7 @@
 				this.pressStationTimer = null;
 			},
 			clickDelStation(item) {
-				showModal("纭鍒犻櫎绔欑偣", "璀﹀憡").then((res) => {
+				showModal("纭鍒犻櫎绔欑偣", "璀﹀憡",true,"纭畾","鍙栨秷").then((res) => {
 					if (res) {
 						this.deleteStation(item)
 					}
@@ -392,7 +392,7 @@
 			},
 			clickStationDelete() {
 				const _this = this
-				showModal("纭鍒犻櫎绔欑偣", "璀﹀憡").then((res) => {
+				showModal("纭鍒犻櫎绔欑偣", "璀﹀憡",true,"纭畾","鍙栨秷").then((res) => {
 					if (res) {
 						_this.deleteStation(this.stationEdit)
 						_this.$refs.refPopupOperateStation.close()
@@ -672,7 +672,7 @@
 				if (exStr == "{}")
 					exStr = ex
 				let tip = typeof ex.msg == "string" ? ex.msg : exStr
-				showModal(tip, "閿欒", false)
+				showModal(tip, "閿欒", false,"纭畾")
 			},
 
 

--
Gitblit v1.9.1