变更
This commit is contained in:
@@ -40323,6 +40323,7 @@ const _sfc_main$D = defineComponent({
|
||||
e.target.parentNode.setAttribute("lay-sort", "");
|
||||
tableDataSource.value = [...props.dataSource];
|
||||
} else {
|
||||
console.log("\u6392\u5E8F\u4E86");
|
||||
e.target.parentNode.setAttribute("lay-sort", "desc");
|
||||
tableDataSource.value.sort((x, y) => {
|
||||
if (x[key] < y[key])
|
||||
@@ -40338,6 +40339,7 @@ const _sfc_main$D = defineComponent({
|
||||
e.target.parentNode.setAttribute("lay-sort", "");
|
||||
tableDataSource.value = [...props.dataSource];
|
||||
} else {
|
||||
console.log("\u6392\u5E8F\u4E86");
|
||||
e.target.parentNode.setAttribute("lay-sort", "asc");
|
||||
tableDataSource.value.sort((x, y) => {
|
||||
if (x[key] < y[key])
|
||||
|
||||
Reference in New Issue
Block a user