后台优化-充值代理代发/售卖分析 - 详情表格排序:总转赠薪资倒序排序
This commit is contained in:
@@ -163,6 +163,7 @@ const getData = () => {
|
|||||||
// 详情
|
// 详情
|
||||||
const detailPageFun = (row) => {
|
const detailPageFun = (row) => {
|
||||||
detailStatTable.value = JSON.parse(row.detailStat);
|
detailStatTable.value = JSON.parse(row.detailStat);
|
||||||
|
dateCycleArr.value.sort((a, b) => b.receiveTotalGuildUsd - a.receiveTotalGuildUsd);
|
||||||
detailStatDialog.value = true;
|
detailStatDialog.value = true;
|
||||||
};
|
};
|
||||||
// 重置
|
// 重置
|
||||||
|
Reference in New Issue
Block a user