refactor: pay

This commit is contained in:
xingyu4j
2025-05-26 17:22:09 +08:00
parent a602decde9
commit ae7b549879
9 changed files with 285 additions and 356 deletions

View File

@@ -33,13 +33,6 @@ const [Modal, modalApi] = useVbenModal({
}
},
});
/** 打开弹窗 */
const open = (id: number) => {
modalApi.setData({ id }).open();
};
defineExpose({ open });
</script>
<template>