文件上传下载修正

This commit is contained in:
2025-12-20 15:14:44 +08:00
parent 9b6e959973
commit 81508a1fdc
28 changed files with 1059 additions and 192 deletions

View File

@@ -0,0 +1,9 @@
<template>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
@import url("./DocumentDetail.scss");
</style>

View File

@@ -0,0 +1 @@
export {default as DocumentDetail} from './DocumentDetail/DocumentDetail.vue'

View File

@@ -1,6 +1,7 @@
export * from './fileupload'
export * from './base'
export * from './dynamicFormItem'
export * from './ai'
// 通用视图组件
export { default as IframeView } from './iframe/IframeView.vue'