diff --git a/src/views/information/specialBusiness/zeroBuy/index.vue b/src/views/information/specialBusiness/zeroBuy/index.vue index d416943..b0c8def 100644 --- a/src/views/information/specialBusiness/zeroBuy/index.vue +++ b/src/views/information/specialBusiness/zeroBuy/index.vue @@ -80,7 +80,7 @@ - + { this.gradeRangList = res.data }) - // 真实奖衔 + // 当月奖衔 getAwardsListChiose().then((res) => { this.awardsList = res.rows }) diff --git a/src/views/statistics/awardAnalysis.vue b/src/views/statistics/awardAnalysis.vue index 7b18ee0..788c838 100644 --- a/src/views/statistics/awardAnalysis.vue +++ b/src/views/statistics/awardAnalysis.vue @@ -2,106 +2,91 @@
+ />
- + - + - + + /> - + + /> + /> - + + /> @@ -109,30 +94,28 @@ - + @change="changeTime" + /> - + @change="changeTime1" + /> @@ -146,11 +129,9 @@ } " > - {{ '搜索' }} + {{ '搜索' }} - {{ '重置' }} + {{ '重置' }}
@@ -160,129 +141,73 @@
- {{ '导出' }} + {{ '导出' }}
- - + - + /> - + /> - + /> - + /> - + :label="'当月奖衔'" + /> - + /> - + /> - - - - - + - + />
@@ -297,31 +222,31 @@ - \ No newline at end of file diff --git a/src/views/statistics/recommendedCheck.vue b/src/views/statistics/recommendedCheck.vue index fd8e5b5..d8a0c71 100644 --- a/src/views/statistics/recommendedCheck.vue +++ b/src/views/statistics/recommendedCheck.vue @@ -1,398 +1,379 @@ +
+
+
+ + {{ '导出' }} +
+
+
+ + - + getSearch() { + this.loading = true + sta.getRecommendedCheckList(this.queryParams).then((res) => { + this.tableData = res.rows + this.total = res.total + this.loading = false + }) + }, + getCzNum() { + this.queryParams.pageNum = 1 + } + } +} +