From 56edbd80963acea41d9b9737bb9264f57a6e4ae2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 19 十一月 2024 09:13:41 +0800
Subject: [PATCH] 优化

---
 company/src/components/business/OperaSwitchCourtWindow.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/company/src/components/business/OperaSwitchCourtWindow.vue b/company/src/components/business/OperaSwitchCourtWindow.vue
index 66a0245..070c7a1 100644
--- a/company/src/components/business/OperaSwitchCourtWindow.vue
+++ b/company/src/components/business/OperaSwitchCourtWindow.vue
@@ -15,10 +15,10 @@
                         <span>鎻愪氦鏃堕棿锛�2023-09-11 00:00:00</span>
                     </div>
                     <div class="desc_item_label_right">
-                        <el-button type="primary" @click="$refs.switchCourtDetaols.open('鎹㈠巶鐢宠鍗曡鎯�')">瀵煎嚭璇﹀崟</el-button>
+                        <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>
@@ -93,11 +93,11 @@
                         </el-table-column>
                         <el-table-column
                             prop="address"
-                            label="鎹㈠巶鍚庢淳閬e崟浣�">
+                            label="鏇存崲鍚庢淳閬e崟浣�">
                         </el-table-column>
                         <el-table-column
                             prop="address"
-                            label="鎹㈠巶鍚庢墍灞炲伐绉�">
+                            label="鏇存崲鍚庢墍灞炲伐绉�">
                         </el-table-column>
                     </el-table>
                     <div class="desc_item_from_page">
@@ -113,7 +113,7 @@
                     </div>
                 </div>
                 <div class="desc_item_review">
-                    <div class="desc_item_review_label">瀹℃牳娴佺▼</div>
+                    <div class="desc_item_review_label">鎿嶄綔璁板綍</div>
                     <el-timeline :reverse="reverse">
                         <el-timeline-item
                                 v-for="(activity, index) in activities"
@@ -125,9 +125,9 @@
                 </div>
             </div>
         </div>
-        <!--    閫�鍥炴姇淇�    -->
+        <!--    閫�鍥炵敵璇�    -->
         <el-dialog
-            title="閫�鍥炴姇淇�"
+            title="閫�鍥炵敵璇�"
             :visible.sync="visible1"
             :show-close="false"
             :close-on-click-modal="false"
@@ -243,7 +243,7 @@
                     </div>
                 </div>
                 <div class="form_item">
-                    <div class="form_item_label"><span>*</span>涓婁紶淇濋櫓鍗曪細</div>
+                    <div class="form_item_label"><span>*</span>涓婁紶鎵瑰崟锛�</div>
                     <div class="form_item_val">
                         <el-upload
                                 class="upload-demo"

--
Gitblit v1.9.3