diff --git a/src/views/oa/erp/projectLedgerReport/index.vue b/src/views/oa/erp/projectLedgerReport/index.vue
index 85bac3f..76f61ca 100644
--- a/src/views/oa/erp/projectLedgerReport/index.vue
+++ b/src/views/oa/erp/projectLedgerReport/index.vue
@@ -66,9 +66,9 @@
-
-
+
-
+ {{ scope.row.projectProgressStatus || '-' }}
@@ -91,22 +91,31 @@
-
+
- {{ scope.row.contractDate ? scope.row.contractDate.substring(0, 10) : '-' }}
+ {{ scope.row.contractDate || '-' }}
-
+
- {{ scope.row.contractAmount != null ? formatNumber(scope.row.contractAmount) : '-' }}
+ {{ scope.row.contractAmount != null ? scope.row.contractAmount : '-' }}
-
+
- {{ scope.row.contractManagerName || '-' }}
+ {{ scope.row.contractManagerName || '-' }}
+
+
+
+
+ {{ scope.row.paymentMethod || '-' }}
+
+
+
+
+ {{ scope.row.warrantyPeriodDescription || '-' }}
-