数据分析,基础分析,表格排序错乱;

This commit is contained in:
钱冠学
2023-10-30 13:07:38 +08:00
parent 4c01a2eb95
commit 463723dfab

View File

@@ -129,8 +129,6 @@ export default defineComponent({
default: return 0;
}
});
console.log('====', tableSource.value)
console.log('----', columnKey, order)
tableSource.value.forEach(item => {
item.group_title = item.groupTitle;
});