-
+
+
服务列表
添加查重服务
@@ -1332,6 +1331,7 @@ export default {
display: flex;
justify-content: space-between;
padding-bottom: 0;
+ align-items: end;
h3{
margin: 0;
}
diff --git a/src/views/super/Ranking/RankBatchList.vue b/src/views/super/Ranking/RankBatchList.vue
index 1ed2705..66d433e 100644
--- a/src/views/super/Ranking/RankBatchList.vue
+++ b/src/views/super/Ranking/RankBatchList.vue
@@ -524,243 +524,26 @@ export default {
getTypeRanking() {
//产品排行
const that = this
- that.tableData = [
-
- {
- id
- :
- 6,
- name
- :
- "维普大学生版",
- sort
- :
- 1,
- value_1
- :
- "23,754.25",
- value_2
- :
- "43,012.15",
- value_3
- :
- "61,869.09",
- value_4
- :
- "479,820.85"
- },
- {
- id
- :
- 94,
- name
- :
- "ai中文大学生版",
- sort
- :
- 2,
- value_1
- :
- "23,754.25",
- value_2
- :
- "43,012.15",
- value_3
- :
- "61,869.09",
- value_4
- :
- "0"
-
- },
- {
- id
- :
- 6,
- name
- :
- "维普大学生版",
- sort
- :
- 1,
- value_1
- :
- "23,754.25",
- value_2
- :
- "43,012.15",
- value_3
- :
- "61,869.09",
- value_4
- :
- "479,820.85"
- },
- {
- id
- :
- 94,
- name
- :
- "ai中文大学生版",
- sort
- :
- 2,
- value_1
- :
- "23,754.25",
- value_2
- :
- "43,012.15",
- value_3
- :
- "61,869.09",
- value_4
- :
- "0"
-
- },
- {
- id
- :
- 94,
- name
- :
- "ai中文大学生版",
- sort
- :
- 2,
- value_1
- :
- "23,754.25",
- value_2
- :
- "43,012.15",
- value_3
- :
- "61,869.09",
- value_4
- :
- "569,820.85"
-
- },
- {
- id
- :
- 94,
- name
- :
- "ai中文大学生版",
- sort
- :
- 2,
- value_1
- :
- "23,754.25",
- value_2
- :
- "43,012.15",
- value_3
- :
- "61,869.09",
- value_4
- :
- "569,820.85"
-
- },
- {
- id
- :
- 94,
- name
- :
- "ai中文大学生版",
- sort
- :
- 2,
- value_1
- :
- "23,754.25",
- value_2
- :
- "43,012.15",
- value_3
- :
- "61,869.09",
- value_4
- :
- "569,820.85"
-
- },
- {
- id
- :
- 94,
- name
- :
- "ai中文大学生版",
- sort
- :
- 2,
- value_1
- :
- "23,754.25",
- value_2
- :
- "43,012.15",
- value_3
- :
- "61,869.09",
- value_4
- :
- "569,820.85"
-
- }
- ]
- that.top_list = {
- 94: {
- id
- :
- "94",
- name
- :
- "尚志教育",
- value_1
- :
- "156409.50"
- },
- 6: {
- id
- :
- "6",
- name
- :
- "千校论文查重平台",
- value_1
- :
- "238081.00"
- }
- }
- // that.tableData = []
- // that.top_list = []
- // this.loading = true;
- // this.$http('POST', '/supernew/ajax_get_type_batch_list', {
- // date: that.text,
- // rank_type: that.dataRank,
- // sort_by: that.sort_by,
- // sort_order: that.sort_order,
- // cur_page: that.currentPage,
- // page_size: that.pageSize,
- // }).then(response => {
- // this.loading = false;
- // this.$nextTick(() => {
- // that.tableData = response.data.list
- // that.top_list = response.data.top_list
- // that.total = response.data.total
- // })
- // }).catch(error => {
- // console.error(error, 'error')
- // })
+ that.tableData = []
+ that.top_list = []
+ this.loading = true;
+ this.$http('POST', '/supernew/ajax_get_type_batch_list', {
+ date: that.text,
+ rank_type: that.dataRank,
+ sort_by: that.sort_by,
+ sort_order: that.sort_order,
+ cur_page: that.currentPage,
+ page_size: that.pageSize,
+ }).then(response => {
+ this.loading = false;
+ this.$nextTick(() => {
+ that.tableData = response.data.list
+ that.top_list = response.data.top_list
+ that.total = response.data.total
+ })
+ }).catch(error => {
+ console.error(error, 'error')
+ })
},
getRankingDetail(obj) {
const that = this