From 64fa2c33cd645e86d4e2a8c34c7881ea4aa678cf Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 17 六月 2025 18:33:37 +0800
Subject: [PATCH] 代码初始化

---
 admin/src/views/business/workorderShe.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/src/views/business/workorderShe.vue b/admin/src/views/business/workorderShe.vue
index 4e073ac..7bee81a 100644
--- a/admin/src/views/business/workorderShe.vue
+++ b/admin/src/views/business/workorderShe.vue
@@ -98,7 +98,7 @@
               <span v-else>鍚�</span>
             </template>
           </el-table-column>
-        <el-table-column prop="eventInfo" label="浜嬩欢璇存槑" min-width="200px"></el-table-column>
+        <el-table-column prop="eventInfo" label="浜嬩欢璇存槑" min-width="200px"  show-overflow-tooltip ></el-table-column>
         <el-table-column prop="memberName" label="涓婃姤浜哄憳" min-width="150px">
           <template slot-scope="{row}">
             <span v-if="row.memberPhone" >{{row.memberName}} - {{row.memberPhone }}</span>

--
Gitblit v1.9.3