This commit is contained in:
2024-12-10 14:45:55 +08:00
parent 3855589bfd
commit 596ab0f0d4
14 changed files with 2812 additions and 2801 deletions

View File

@@ -826,7 +826,7 @@ const soulstatus = ref(false);
const soultop = ref(0);
const soulleft = ref(0);
const selcolumn = ref<any>({});
const soulkey = ref("");
const soulkey = ref<string>();
const sxlist: any = ref({});
function showsoul(event: MouseEvent, column: any, key: string) {
console.log(event);