From 002ac4bd7c3ed67cb73a3cebfcfe2a2ba2baeee1 Mon Sep 17 00:00:00 2001
From: jialh <1972868360@qq.com>
Date: 星期一, 09 十二月 2024 18:41:44 +0800
Subject: [PATCH] 树图样式修改,接口修改,仁策智答pc页面优化4处

---
 src/view/IntelligentAgent/allAgent.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/view/IntelligentAgent/allAgent.vue b/src/view/IntelligentAgent/allAgent.vue
index cf44468..2a49fe6 100644
--- a/src/view/IntelligentAgent/allAgent.vue
+++ b/src/view/IntelligentAgent/allAgent.vue
@@ -44,10 +44,11 @@
                             </Poptip>
                         </div>
                         <Poptip :content="item.Description" placement="top" trigger="hover" word-wrap width="300">
-                            <div>{{ item.Description.length > 20 ?
-                                item.Description.substring(0, 20) + '...' : item.Description }}</div>
+                            <div>{{ item.Description.length > 25 ?
+                                item.Description.substring(0, 25) + '...' : item.Description }}</div>
                         </Poptip>
                         <div>
+                            <span style="margin-right: 10px;">{{item.UserNo}}浜鸿亰杩�</span>
                             <Tooltip :content="item.FavoriteFlag == 1 ? '鍙栨秷鏀惰棌' : '鏀惰棌'" class="tableActionMargin"
                                 theme="light" transfer placement="top">
                                 <Icon custom="custom custom-xingbiao" size="18"

--
Gitblit v1.8.0