From b6fde711bf33cede4cb84f85146c32b0c0c61aa5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 04 十一月 2024 09:06:28 +0800
Subject: [PATCH] 优化需求
---
company/src/components/business/OperaSwitchCourtWindow.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/company/src/components/business/OperaSwitchCourtWindow.vue b/company/src/components/business/OperaSwitchCourtWindow.vue
index b9c9d59..070c7a1 100644
--- a/company/src/components/business/OperaSwitchCourtWindow.vue
+++ b/company/src/components/business/OperaSwitchCourtWindow.vue
@@ -18,7 +18,7 @@
<el-button type="primary" @click="$refs.switchCourtDetaols.open('鏇存崲娲鹃仯鍗曚綅鐢宠鍗曡鎯�')">瀵煎嚭璇﹀崟</el-button>
<el-button type="primary">鏌ョ湅鐢宠鍗�</el-button>
<el-button type="primary" @click="visible3 = true">涓婁紶鎵瑰崟</el-button>
- <el-button type="danger" @click="visible1 = true">閫�鍥炴姇淇�</el-button>
+ <el-button type="danger" @click="visible1 = true">閫�鍥炵敵璇�</el-button>
<el-button type="danger" @click="visible4 = true">淇敼鎵瑰崟</el-button>
</div>
</div>
@@ -125,9 +125,9 @@
</div>
</div>
</div>
- <!-- 閫�鍥炴姇淇� -->
+ <!-- 閫�鍥炵敵璇� -->
<el-dialog
- title="閫�鍥炴姇淇�"
+ title="閫�鍥炵敵璇�"
:visible.sync="visible1"
:show-close="false"
:close-on-click-modal="false"
--
Gitblit v1.9.3