first commit

This commit is contained in:
2026-08-26 14:25:17 +08:00
commit 06debfd1fc
10595 changed files with 1836924 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>