fix table

This commit is contained in:
2023-06-28 16:23:15 +08:00
parent 8a9cd750ae
commit 431f5e189d
4 changed files with 10 additions and 4 deletions

View File

@@ -19905,7 +19905,7 @@ const _sfc_main$D = defineComponent({
const soulleft = ref(0);
const selcolumn = ref({});
const soulkey = ref("");
const sxlist = ref({});
const sxlist = ref([]);
function showsoul(event, column, key) {
console.log(event);
soulleft.value = event.pageX;
@@ -19963,6 +19963,8 @@ const _sfc_main$D = defineComponent({
isReload: true
});
}
}, {
deep: true
});
window.addEventListener("click", heddin);
return (_ctx, _cache) => {