From b7915238c39629d4750528025cd646685be050eb Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 30 Jun 2022 09:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E6=8E=92=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sanjianxi/AppApplyPoint/AppApplyPoint.vue | 4 +- .../AppPartyPoint/pointRankingList.vue | 82 +++++++++++++------ .../sanjianxi/AppPartyPoint/search.vue | 2 +- 3 files changed, 59 insertions(+), 29 deletions(-) diff --git a/src/project/sanjianxi/AppApplyPoint/AppApplyPoint.vue b/src/project/sanjianxi/AppApplyPoint/AppApplyPoint.vue index 60c54fd..490c18a 100644 --- a/src/project/sanjianxi/AppApplyPoint/AppApplyPoint.vue +++ b/src/project/sanjianxi/AppApplyPoint/AppApplyPoint.vue @@ -12,7 +12,9 @@

+{{item.integral}} - +{{item.ladderRule[0].integral}}-{{item.ladderRule[1].integral}} + +{{item.ladderRule[0].integral}} + -{{item.ladderRule[1].integral}} + +{{item.integralMin}}-{{item.integralMax}}

diff --git a/src/project/sanjianxi/AppPartyPoint/pointRankingList.vue b/src/project/sanjianxi/AppPartyPoint/pointRankingList.vue index b369367..58bddfb 100644 --- a/src/project/sanjianxi/AppPartyPoint/pointRankingList.vue +++ b/src/project/sanjianxi/AppPartyPoint/pointRankingList.vue @@ -2,13 +2,13 @@
-
+
- {{ partyName }} + {{ partyOrgName }} 请选择
-
{{searchDate}}
+
{{searchDate}}
{{ item }} @@ -17,15 +17,19 @@
-
+
-
1
- 李维民 +
{{index+1}}
+ + + {{item.name}}
-
70分
+
{{item.integral}}分
+
+
@@ -127,7 +150,12 @@ export default { margin-right: 8px; } } + .ai-area__wrapper{ + width: calc(100% - 200px); + } .right{ + width: 150px; + text-align: center; padding: 0 24px; height: 56px; line-height: 56px; diff --git a/src/project/sanjianxi/AppPartyPoint/search.vue b/src/project/sanjianxi/AppPartyPoint/search.vue index 29dc593..cea87c4 100644 --- a/src/project/sanjianxi/AppPartyPoint/search.vue +++ b/src/project/sanjianxi/AppPartyPoint/search.vue @@ -75,7 +75,7 @@ export default { this.getList() }, getList() { - this.$instance.post(`/app/partyOrganization/queryPartyOrganizationListByName?name=${this.name}`).then((res) => { + this.$instance.post(`/app/partyOrganization/queryPartyOrganizationListByName`).then((res) => { if(res?.data) { this.showHistory = false this.list = res.data