From dd1bb5e756d7dbebf0140deb8e2510c1cbbd81db Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 17 七月 2024 11:20:49 +0800
Subject: [PATCH] 工单阈值字段定义,菜单样式回滚

---
 src/views/system/work-order/index.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/views/system/work-order/index.vue b/src/views/system/work-order/index.vue
index 121c94d..acce881 100644
--- a/src/views/system/work-order/index.vue
+++ b/src/views/system/work-order/index.vue
@@ -53,7 +53,7 @@
         >鎵归噺瀹℃牳</el-button>
       </el-col>
     </el-row>
-    
+
     <el-row :gutter="20">
       <el-col :xl="6" :lg="8" :md="12" :sm="24"  v-for="item in workOrderList" :key="item.id" style="margin-bottom: 20px;">
         <el-card :body-style="{ padding: '0px',display: 'flex' }">
@@ -246,9 +246,10 @@
                 <div class="y-item-1">
                   <div class="flow-item-x">
                     鐜板満鎯呭喌锛�
-                    <el-tooltip class="item" effect="dark" :content="item.ywCondition" placement="top">
-                      <el-tag size="small" class="line-limit-length">{{ item.ywCondition }}</el-tag>
-                    </el-tooltip>
+                    <div v-html="item.ywCondition"></div>
+<!--                    <el-tooltip class="item" effect="dark" :content="item.ywCondition" placement="top">-->
+<!--                      <el-tag size="small" class="line-limit-length">{{ item.ywCondition }}</el-tag>-->
+<!--                    </el-tooltip>-->
                   </div>
                   <!-- <div class="flow-item-x">
                     <el-tag size="small" v-for="file in item.ywProofMaterials != null ? item.ywProofMaterials.split(',') : item.ywProofMaterials" :key="file" @click="handleDownload(file)">{{ file.substring(file.lastIndexOf("/") + 1) }}</el-tag>

--
Gitblit v1.8.0