提交 9fdedc2f 编写于 作者: 蔡祥熠

Merge branch 'fix/TaskCenter.taskCompleted_title_tolong' into 'develop'

Merge of fix/[流程管理]修复办公中心打开已办的时候标题过长的问题 to develop

See merge request o2oa/o2oa!1132
......@@ -326,7 +326,7 @@ MWF.xApplication.process.TaskCenter.TaskCompletedList.Item = new Class({
// var log = data.workLogTokenList[work.activityToken];
// if (log){
var html = "<table border=\"0\" width=\"90%\" align=\"center\"><tr>" +
"<td>“"+work.title+""+lp.fileat+""+work.completedTime+""+lp.completed+"</td>" +
"<td style=\"white-space: normal;word-break: break-all;word-wrap:break-word;\">"+work.title+""+lp.fileat+""+work.completedTime+""+lp.completed+"</td>" +
"<td><div id=\""+work.id+"\">打开</div></td>" +
"</tr></table>";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册