diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 899578b..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/components/system/service-count/excel-statistics-detail.vue b/src/components/system/service-count/excel-statistics-detail.vue index ff6fda6..a42ad76 100644 --- a/src/components/system/service-count/excel-statistics-detail.vue +++ b/src/components/system/service-count/excel-statistics-detail.vue @@ -75,11 +75,11 @@
{{ item.lawyerName || '-' }}
{{ item.certificateNumber || '-' }}
{{ formatNumber(item.quarterlyServiceDuration) }}
- -
0
+
{{ formatCurrency(item.quarterlyServiceCost) }}
+
{{ formatNumber(item.annualServiceDuration) }}
-
0
- + +
{{ formatCurrency(item.annualServiceCost) }}
@@ -88,11 +88,11 @@
-
-
{{ formatNumber(summaryData.totalQuarterlyDuration) }}
- -
0
+
{{ formatCurrency(summaryData.totalQuarterlyCost) }}
+
{{ formatNumber(summaryData.totalAnnualDuration) }}
- -
0
+
{{ formatCurrency(summaryData.totalAnnualCost) }}
+ diff --git a/src/components/system/service-count/firm-statistics-detail.vue b/src/components/system/service-count/firm-statistics-detail.vue index 7539954..a5deac9 100644 --- a/src/components/system/service-count/firm-statistics-detail.vue +++ b/src/components/system/service-count/firm-statistics-detail.vue @@ -38,33 +38,33 @@ -
-
{{ index + 1 }}
-
-
- - - - - {{ item.firmName || '-' }} +