diff --git a/SolarPower/Views/Operation/OperationRecord.cshtml b/SolarPower/Views/Operation/OperationRecord.cshtml index e0d4791..9a3f839 100644 --- a/SolarPower/Views/Operation/OperationRecord.cshtml +++ b/SolarPower/Views/Operation/OperationRecord.cshtml @@ -79,7 +79,7 @@ 狀態 執行人員 本次作業預計 - 照片 + 檔案 完成時間 @*功能*@ @@ -98,7 +98,7 @@ 狀態 執行人員 本次作業預計 - @*照片*@ + 檔案 完成時間 @@ -907,9 +907,10 @@ str += ""; 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 += "";