diff --git a/src/views/HomePage/index.vue b/src/views/HomePage/index.vue
index efe4c7b..e9d04a6 100644
--- a/src/views/HomePage/index.vue
+++ b/src/views/HomePage/index.vue
@@ -132,12 +132,16 @@
-
@@ -153,9 +157,14 @@
- 本周
+
+ 本周
+ 本月
+ 全年
+
+
@@ -225,18 +234,17 @@ export default defineComponent({
}
}).catch(() => {});
},
- changeDateType(value) {
+ changeDateType() {
this.selTime = [];
this.playNumForm.beginTime = undefined;
this.playNumForm.endTime = undefined;
- this.playNumForm.dateCondition = value;
this.drawChart();
},
- changeRankDateType(value) {
- this.form.dateCondition = value;
+ changeRankDateType() {
this.getRank();
},
dateRangeChange(value) {
+ this.playNumForm.dateCondition = undefined;
this.playNumForm.beginTime = value[0];
this.playNumForm.endTime = value[1];
this.drawChart();
diff --git a/src/views/HomePage/title.less b/src/views/HomePage/title.less
index 0064b78..c7c00da 100644
--- a/src/views/HomePage/title.less
+++ b/src/views/HomePage/title.less
@@ -120,4 +120,9 @@
background: #FFF;
display: flex;
justify-content: space-between;
+ .middle-tab {
+ padding: 6px;
+ display: flex;
+ justify-content: center;
+ }
}
diff --git a/src/views/QuestManage/_questList/index.vue b/src/views/QuestManage/_questList/index.vue
index df71538..49b661f 100644
--- a/src/views/QuestManage/_questList/index.vue
+++ b/src/views/QuestManage/_questList/index.vue
@@ -23,6 +23,9 @@
+
+
+
查 询
重 置
@@ -50,6 +53,8 @@
+
+
@@ -77,7 +82,7 @@