{{ filterTitle ? filterTitle : pageTitle }}
-
-
+
+
总{{ rank_type_desc[dataRank] }}:{{ total_value }}
@@ -80,29 +81,8 @@
@@ -136,28 +116,12 @@
{{ row.value_2 }}
-
-
-
-
- {{ growth_list[row.id].value }}%
- 同比上年
-
-
-
-
- {{ growth_list[row.id].value }}%
- 同比上年
-
-
-
同比上年持平
-
-
- 上年无数据
+
-

+
@@ -182,9 +146,13 @@
-
-
-
+
+
+
+ {{ scope.row.value_2 }} %
+
+
+
@@ -192,10 +160,10 @@
No.1 {{ top_list[row.id]['name'] }}
{{ top_list[row.id]['value_1'] }}%
{{ top_list[row.id]['value_2'] }}单
-

+
暂无排行
@@ -219,6 +187,8 @@
import DateSelect from '@/components/super/DateSelect.vue';
import CustomDropdown from '@/components/CustomDropdown.vue';
+import GrowthText from "@/components/super/GrowthText.vue";
+import HoverImage from "@/components/super/HoverImage.vue";
export default {
name: 'rank_list',
@@ -234,9 +204,19 @@ export default {
type: {
type: String,
default: ''
- }
+ },
+ showDateSelect: {
+ type: Boolean,
+ default: true
+ },
+ lookMore:{
+ type: Boolean,
+ default: true
+ },
},
components: {
+ HoverImage,
+ GrowthText,
DateSelect,
CustomDropdown
},
@@ -599,4 +579,40 @@ export default {
}
\ No newline at end of file
diff --git a/src/views/super/Ranking/Ranking.vue b/src/views/super/Ranking/Ranking.vue
index 45291ab..59d0a06 100644
--- a/src/views/super/Ranking/Ranking.vue
+++ b/src/views/super/Ranking/Ranking.vue
@@ -41,30 +41,6 @@ export default {
padding: 20px;
}
- .growth-up {
- padding: 0 5px;
- color: #22C55E;
- }
-
- .growth-down {
- padding: 0 5px;
- color: #EF4444;
- }
-
- .growth-text {
- color: #9CA3AF;
- padding-left: 5px;
- }
-
- .edit_icon {
- padding: 0 5px;
- vertical-align: middle;
- }
-
- .detail_icon {
- vertical-align: text-top;
- padding-left: 5px;
- }
.custom-select {
width: 110px;