From 397dbf892f842c834af17a91c788c94fd96003f8 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期一, 29 五月 2023 19:13:31 +0800
Subject: [PATCH] 问题修改

---
 igds-app/js/admin/work-record.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/igds-app/js/admin/work-record.js b/igds-app/js/admin/work-record.js
index bcbea44..fa8e1f2 100644
--- a/igds-app/js/admin/work-record.js
+++ b/igds-app/js/admin/work-record.js
@@ -105,8 +105,7 @@
 			} else if (item.status == '20') { // 寰呭鏍�
 				html += '<img src="images/icons/g-i28.png" alt=""></span>'
 			}
-			html += '<div class="title">鎵�灞炲垎搴�:<b>' + item.deptName +
-				'</b></div><div class="box"><ul class="gd-list">';
+			html += '<div class="title"><b></b></div><div class="box"><ul class="gd-list">';
 			html += '<li><a href="" class="con"style="background-image: url(images/icons/a-bg12.png);">';
 			html += '<div class="tit">涓氬姟绫诲瀷:</div><div class="name">' + item.type + '</div></a></li>';
 			html += '<li><a href="" class="con"style="background-image: url(images/icons/a-bg13.png);">';

--
Gitblit v1.9.3