提交 df65d4e9 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 5165439c
...@@ -13,7 +13,7 @@ const listOptions = computed(() => { ...@@ -13,7 +13,7 @@ const listOptions = computed(() => {
httpRequest: getProgress, httpRequest: getProgress,
params: {} params: {}
}, },
limit: 5, limit: 10,
columns: [ columns: [
{ label: '文件名', prop: 'name' }, { label: '文件名', prop: 'name' },
{ {
...@@ -51,7 +51,7 @@ const bytesToSize = (bytes: number) => { ...@@ -51,7 +51,7 @@ const bytesToSize = (bytes: number) => {
class="connect-form" class="connect-form"
title="导入用户数据" title="导入用户数据"
:close-on-click-modal="false" :close-on-click-modal="false"
width="800px" width="900px"
@update:modelValue="value => $emit('update:modelValue', value)"> @update:modelValue="value => $emit('update:modelValue', value)">
<AppList v-bind="listOptions" ref="appList"></AppList> <AppList v-bind="listOptions" ref="appList"></AppList>
</el-dialog> </el-dialog>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论