mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-22 19:17:21 +08:00
【优化】移除后台用户列表联表查询的历史积分功能,加快访问速度。
This commit is contained in:
@@ -225,8 +225,8 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'accumulativePoint', title: '累计积分', sort: false, width: 70, templet: function (data) {
|
||||
var html = '<a class="link-hot option-show point" data-id="' + data.id + '" data-type="accumulativePoint">' + data.accumulativePoint + '</a>';
|
||||
field: 'accumulativePoint', title: '累计积分', sort: false, width: 100, templet: function (data) {
|
||||
var html = '<a class="link-hot option-show point" data-id="' + data.id + '" data-type="accumulativePoint">查看历史积分</a>';
|
||||
return html;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user