From 4e3f6af9635719b18bf574d426143791ef107246 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 26 Sep 2025 12:14:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8E=86=E5=8F=B2=E8=96=AA=E8=B5=84):=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BB=84=E4=BB=B6=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/HistorySalaryView.vue | 508 ++++++++++++++------------------ 1 file changed, 227 insertions(+), 281 deletions(-) diff --git a/src/views/HistorySalaryView.vue b/src/views/HistorySalaryView.vue index 3735df2..275c147 100644 --- a/src/views/HistorySalaryView.vue +++ b/src/views/HistorySalaryView.vue @@ -2,21 +2,31 @@
+
- -
-
-

Host Salary

- + +
+
+
History Salary
+
${{ totalSalary }}
-
${{ totalSalary }}
+
?
- -
-

Work report:

+ +
+
Work report:
@@ -25,46 +35,22 @@
-
-
+ + -
- {{ report.date }} - - {{ report.status }} - -
- -
-
-
- Level: - {{ report.target }} -
-
- Salary: - {{ report.salary }} -
-
- -
-
- Time(Days): - {{ report.timeDays }} -
-
- - -
-
-
-
+ :type="report.status" + :date="report.date" + :target="report.target" + :salary="report.salary" + :days="report.timeDays" + more="true" + @showMore="showReportDetail(report)" + >
@@ -75,64 +61,53 @@
- -