个人经历
-州级以上荣誉
- -年度先进
- -创新
- +活动
@@ -93,13 +72,43 @@事务
- +党务
荣誉
+年度先进
+diff --git a/src/api/person.js b/src/api/person.js index bf156d6..05c4de2 100644 --- a/src/api/person.js +++ b/src/api/person.js @@ -88,3 +88,18 @@ export function getAppraise(params) { }) } +export function getHonor(params) { + return request({ + url: '/person/honor', + method: 'get', + params + }) +} + +export function getAdvance(params) { + return request({ + url: '/person/advance', + method: 'get', + params + }) +} \ No newline at end of file diff --git a/src/icons/svg/先进.svg b/src/icons/svg/先进.svg new file mode 100644 index 0000000..44eff49 --- /dev/null +++ b/src/icons/svg/先进.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/橙色勋章.svg b/src/icons/svg/橙色勋章.svg new file mode 100644 index 0000000..6e35b79 --- /dev/null +++ b/src/icons/svg/橙色勋章.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/红色勋章.svg b/src/icons/svg/红色勋章.svg new file mode 100644 index 0000000..da14d89 --- /dev/null +++ b/src/icons/svg/红色勋章.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/绿色勋章.svg b/src/icons/svg/绿色勋章.svg new file mode 100644 index 0000000..3ead8a1 --- /dev/null +++ b/src/icons/svg/绿色勋章.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/蓝色勋章.svg b/src/icons/svg/蓝色勋章.svg new file mode 100644 index 0000000..42515f0 --- /dev/null +++ b/src/icons/svg/蓝色勋章.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/views/person/components/PersonPicture.vue b/src/views/person/components/PersonPicture.vue index 095ab5a..16373f7 100644 --- a/src/views/person/components/PersonPicture.vue +++ b/src/views/person/components/PersonPicture.vue @@ -3,26 +3,15 @@
个人经历
-州级以上荣誉
- -年度先进
- -创新
- +活动
@@ -93,13 +72,43 @@事务
- +党务
荣誉
+年度先进
+