first commit

This commit is contained in:
2026-01-08 14:58:16 +08:00
commit 556e5d64aa
9575 changed files with 1621095 additions and 0 deletions
@@ -0,0 +1,13 @@
<script>
module.exports = {
name: "BpmApproval"
}
</script>
<template>
<slot name="form"></slot>
<slot name="process"></slot>
<slot name="approval"></slot>
</template>
<style scoped></style>