From e6ebb4ef3fb828cd72707077bbd947232c1cc527 Mon Sep 17 00:00:00 2001 From: gemen666 <17035105+gemen666@user.noreply.gitee.com> Date: Sun, 10 May 2026 19:57:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 39 +++++++++++++++++++++++++++----- src/components/MysalaryInfo.vue | 27 ++++++++++++++++++++++ src/components/MystudentInfo.vue | 27 ++++++++++++++++++++++ src/types/salaryinfo.ts | 4 ++++ 4 files changed, 91 insertions(+), 6 deletions(-) create mode 100644 src/components/MysalaryInfo.vue create mode 100644 src/components/MystudentInfo.vue create mode 100644 src/types/salaryinfo.ts diff --git a/src/App.vue b/src/App.vue index abfd315..e797302 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,38 @@ - + + diff --git a/src/components/MysalaryInfo.vue b/src/components/MysalaryInfo.vue new file mode 100644 index 0000000..c5714bf --- /dev/null +++ b/src/components/MysalaryInfo.vue @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/src/components/MystudentInfo.vue b/src/components/MystudentInfo.vue new file mode 100644 index 0000000..1956986 --- /dev/null +++ b/src/components/MystudentInfo.vue @@ -0,0 +1,27 @@ + + + + + + + + + diff --git a/src/types/salaryinfo.ts b/src/types/salaryinfo.ts new file mode 100644 index 0000000..c1042de --- /dev/null +++ b/src/types/salaryinfo.ts @@ -0,0 +1,4 @@ +export interface StudentInfo{ + id:number, + name:string +} \ No newline at end of file