From 7ab713ab85eec0b4f6b6332ddc207a698be3db0f Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期三, 17 七月 2024 09:35:08 +0800 Subject: [PATCH] 运维处理富文本 --- src/views/system/work-order/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/system/work-order/index.vue b/src/views/system/work-order/index.vue index 121c94d..22987db 100644 --- a/src/views/system/work-order/index.vue +++ b/src/views/system/work-order/index.vue @@ -246,9 +246,9 @@ <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> + <!-- <el-tooltip class="item" effect="dark" :content="item.ywCondition" placement="top"> --> + <span v-html="item.ywCondition"></span> + <!-- </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> @@ -259,7 +259,7 @@ {{ parseTime(item.createTime) }} </div> <div > - 绗嚑娆★細{{ index + 1 }} + 绗瑊{ index + 1 }}娆� </div> </div> </div> @@ -273,7 +273,7 @@ 瀹℃牳缁撴灉锛�<el-tag :type="item.result == '瀹℃牳閫氳繃' ? 'success' : 'danger'" size="small">{{ item.result }}</el-tag> </div> <div class="flow-item-x"> - 瀹℃牳璇存槑锛�<el-tag size="small" v-if="item.remark">{{ item.remark }}</el-tag> + 瀹℃牳璇存槑锛�<span v-html="item.remark"></span> </div> </div> <div class="y-item-2"> @@ -281,7 +281,7 @@ {{ parseTime(item.createTime) }} </div> <div > - 绗嚑娆★細{{ index + 1 }} + 绗瑊{ index + 1 }}娆� </div> </div> </div> -- Gitblit v1.8.0