修改bug
This commit is contained in:
parent
6eff014e15
commit
ac0056ba31
@ -79,7 +79,7 @@
|
||||
<th>狀態</th>
|
||||
<th>執行人員</th>
|
||||
<th>本次作業預計</th>
|
||||
<th>照片</th>
|
||||
<th>檔案</th>
|
||||
<th>完成時間</th>
|
||||
@*<th>功能</th>*@
|
||||
</tr>
|
||||
@ -98,7 +98,7 @@
|
||||
<th>狀態</th>
|
||||
<th>執行人員</th>
|
||||
<th>本次作業預計</th>
|
||||
@*<th>照片</th>*@
|
||||
<th>檔案</th>
|
||||
<th>完成時間</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -907,9 +907,10 @@
|
||||
|
||||
str += "<td>";
|
||||
if (value.finishTime != undefined || value.finishTime != null || value.finishTime != "") {
|
||||
value.hyperLinks.forEach(function (value3, index) {
|
||||
str += value3;
|
||||
});
|
||||
//value.hyperLinks.forEach(function (value3, index) {
|
||||
// str += value3;
|
||||
//});
|
||||
str += value.finishTime ;
|
||||
}
|
||||
str += "</td>";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user