|
@@ -9,9 +9,9 @@
|
|
|
<script type="text/html" id="editTmpl">
|
|
|
<div class="mesgBox">
|
|
|
<h3>待核查质控任务提醒</h3>
|
|
|
- <div class="news">${news}</div>
|
|
|
+ <div class="news">${news.replace("\\r\n", " \n ")}</div>
|
|
|
<div class="mesgBox-fot">
|
|
|
- <span>系统:${type == 1?'指控任务':''}</span>
|
|
|
+ <span>系统:${type == 1?'质控任务':''}</span>
|
|
|
<span>发送者:${senderName}</span>
|
|
|
<span>发送时间:${gmtCreate}</span>
|
|
|
</div>
|