diff --git a/Views/Home/ProjectList.cshtml b/Views/Home/ProjectList.cshtml
index 89d99ee1..ebdb97e7 100644
--- a/Views/Home/ProjectList.cshtml
+++ b/Views/Home/ProjectList.cshtml
@@ -257,7 +257,7 @@
| 報價單名稱 |
- 建立時間 |
+ 異動時間 |
窗口 |
|
diff --git a/wwwroot/assets/javascript/custom/projectlist.js b/wwwroot/assets/javascript/custom/projectlist.js
index df1e99d1..1c588759 100644
--- a/wwwroot/assets/javascript/custom/projectlist.js
+++ b/wwwroot/assets/javascript/custom/projectlist.js
@@ -1014,7 +1014,7 @@ $(document).ready(function () {
}
if (quotation_method == "edit") {
- quotationTable.fnUpdate(obj, quotationPos);
+ quotationTable.fnUpdate(obj, quotationRowPos);
}