feat: 新增文件上传组件等
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
<script setup lang="jsx">
|
||||
import fvSelect from '@/fvcomponents/fvSelect/index.vue'
|
||||
import { markRaw } from 'vue';
|
||||
import FileUpload from './components/FileUpload.vue';
|
||||
|
||||
const localData = reactive({
|
||||
form: null
|
||||
@@ -154,6 +156,18 @@ const schame = computed(()=>{
|
||||
span: 24
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '',
|
||||
prop: 'fileList',
|
||||
component: markRaw(FileUpload),
|
||||
props: {
|
||||
url: '',
|
||||
tip: '上传txt文件'
|
||||
},
|
||||
colProps: {
|
||||
span: 24
|
||||
}
|
||||
}
|
||||
]
|
||||
return arr
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user