新增双向增值
This commit is contained in:
parent
78de3aadd3
commit
a792fd3cad
|
|
@ -34,21 +34,6 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.level_0{
|
||||
background-color: #5bc0de!important;
|
||||
}
|
||||
.level_1{
|
||||
background-color: #f0ad4e!important;
|
||||
}
|
||||
.level_2{
|
||||
background-color: #5cb85c!important;
|
||||
}
|
||||
.level_3{
|
||||
background-color: #337ab7!important;
|
||||
}
|
||||
.level_4{
|
||||
background-color: #d9534f!important;
|
||||
}
|
||||
.panel-body .label{
|
||||
display: inline-block;
|
||||
margin-bottom: 2px;
|
||||
|
|
@ -63,10 +48,6 @@
|
|||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.el-pagination{
|
||||
text-align: right!important;
|
||||
margin-top: 20px!important;
|
||||
}
|
||||
.panel-body{
|
||||
padding-top: 0;
|
||||
margin-bottom: 30px;
|
||||
|
|
@ -178,13 +159,14 @@
|
|||
success: function(result) {
|
||||
loading.close(0);
|
||||
let data = result.data;
|
||||
console.log(data)
|
||||
if(_this.tabs_active != 'show_group'){
|
||||
_this.fundData= data;
|
||||
return;
|
||||
}
|
||||
if(parseInt(result.result) === 1){
|
||||
// 处理数据
|
||||
_this.list = data.data;
|
||||
_this.total_page = data.last_page;
|
||||
}else {
|
||||
this.fundData= data;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
@ -219,14 +201,6 @@
|
|||
spinner: 'el-icon-loading',
|
||||
background: 'rgba(0, 0, 0, 0.7)'
|
||||
});
|
||||
},
|
||||
// 查看分组的变更明细
|
||||
seeDetail(member_id,level_id){
|
||||
let link = "{{yzWebUrl('plugin.cultural-space.admin.index.changeRecord')}}" + `&member_id=${member_id}&level_id=${level_id}`;
|
||||
let popup = util.ajaxshow(link,'权重值变更明细',{
|
||||
width: $(window).width() * 0.8 > 1200 ? $(window).width() * 0.8 : 1200,
|
||||
height: $(window).height() * 0.8 > 1200 ? $(window).height() * 0.8 : 1200,
|
||||
});
|
||||
}
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue