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