review:【antd】流程设计器、文件上传等

This commit is contained in:
YunaiV
2025-09-27 14:02:47 +08:00
parent f50ca431ec
commit af291928ad
5 changed files with 11 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ const [Form] = useVbenForm({
</script>
<template>
<!-- TODO @puhui999这个看看怎么和 antd file/modules/form.vue UI保持一致一点哈 -->
<Modal title="上传文件">
<Form class="mx-4" />
</Modal>