@@ -218,8 +218,8 @@
- 强引导
- 弱引导
+ 强引导
+ 弱引导
@@ -271,7 +271,7 @@
成功提示
失败提示
- 警告提示
+ 警告提示
@@ -344,7 +344,7 @@
+ :hoverColor="'#006AFF'" />
@@ -395,6 +395,7 @@ export default {
},
data() {
return {
+ tableWidth: 0,
currentPage: 1, //当前页
pageSize: 5, //每页的容量
total: 0, //列表总数
@@ -556,7 +557,7 @@ export default {
label: "广州",
}
],
- tableData:[],
+ tableData: [],
input: 'hahhahah',
defaultValue: 'asdasda',
radio: 3,
@@ -605,9 +606,11 @@ export default {
}],
}
},
+
mounted() {
this.getList();
this.getStagePurchase()
+
// this.$loadingFn.show()
// setInterval(()=>{
@@ -620,19 +623,20 @@ export default {
},
methods: {
- openMessage(type){
+
+ openMessage(type) {
console.log(type);
// 单独指定方法调用
- switch(type){
+ switch (type) {
case 'success':
this.$Message.success('成功,文案自定义')
- break;
+ break;
case 'error':
this.$Message.error('失败,文案自定义')
- break;
+ break;
case 'info':
this.$Message.info('提示,文案自定义')
- break;
+ break;
}
// 自定义选项
// this.$Message({
@@ -666,15 +670,15 @@ export default {
type: 0,
cur_page: 1,
page_size: 5,
- },{
- headers:{
+ }, {
+ headers: {
'AUTH': '3c901fa4a19a7ad9d01238890863d499'
}
}).then(response => {
this.tableLoading = false
this.$nextTick(() => {
that.tableData = response.data.list
- console.log(that.tableData,'---that.tableData');
+ console.log(that.tableData, '---that.tableData');
// that.type2name = response.data.type2name
that.total = response.data.total
})
@@ -830,6 +834,7 @@ export default {
// 确保离开组件时关闭 loading
this.$store.dispatch('hideContentLoading')
}
+
}
diff --git a/src/views/super/Ranking/RankBatchList.vue b/src/views/super/Ranking/RankBatchList.vue
index 8e6aa95..af80f79 100644
--- a/src/views/super/Ranking/RankBatchList.vue
+++ b/src/views/super/Ranking/RankBatchList.vue
@@ -2,17 +2,13 @@
{{ pageTitle }}
-
-
+
+
-
+
未计成本
@@ -33,162 +29,174 @@
-
+
+
-
+
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
- {{ scope.row.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ text }} {{ row.name }}
- 查看更多
-
-
- 关闭
-
+ prop="name" :key="selectedType" :label="type_select[selectedType]">
+
+
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ text }} {{ row.name }}
+ 查看更多
+
+
+ 关闭
+
+
+
+
+
+
+
+
+ {{ scope.row.value_2 }}
+
+
+
+
-
-
-
-
-
-
- {{ scope.row.value_2 }}
-
-
-
-
-
-
-
-
- {{ text }} {{ row.name }}
- 查看更多
-
-
- 关闭
-
+
+
+
+ {{ text }} {{ row.name }}
+ 查看更多
+
+
+ 关闭
+
+
+
+
+
+
+
+
+ {{ scope.row.rate }} %
+
+
+
+
+
+
+ {{ scope.row.value_1 }}
+
+
+
+
+
-
-
-
-
-
-
- {{ scope.row.rate }} %
-
-
-
-
-
-
- {{ scope.row.value_1 }}
-
-
-
-
-
-
-
- {{ row[field] }}
-
+ {{ row[field] }}
+
-
-
-
-
-
-
- {{ row.name }} 代理商排行
- 查看更多
-
-
- 关闭
-
+ :hover="require('@/assets/super/list-detail-hover.svg')" /> -->
+
-
-
-
-
-
+
+
+
+
+ {{ scope.row[field] }}
-
- No.1 {{ top_list[row.id]['name'] }}
-
-
- 暂无排行
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ {{ row.name }} 代理商排行
+ 查看更多
+
+
+ 关闭
+
+
+
+
+
+
+
+
+
+
+
+ No.1 {{ top_list[row.id]['name']
+ }}
+
+
+
+
+
暂无排行
+
+
+
+
+
+
+
+
+
@@ -196,11 +204,17 @@
\ No newline at end of file