first commit

This commit is contained in:
那些花儿
2025-07-14 08:45:13 +08:00
commit 3e86198a82
2710 changed files with 610330 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>