Showing
1 changed file
with
6 additions
and
1 deletions
| ... | ... | @@ -102,7 +102,12 @@ |
| 102 | 102 | <template> |
| 103 | 103 | <StepContainer> |
| 104 | 104 | <div class="">设备文件</div> |
| 105 | - <Upload.Dragger :fileList="fileList" :customRequest="handleParseFile" accept=".csv" name="file"> | |
| 105 | + <Upload.Dragger | |
| 106 | + v-model:fileList="fileList" | |
| 107 | + :customRequest="handleParseFile" | |
| 108 | + accept=".csv" | |
| 109 | + name="file" | |
| 110 | + > | |
| 106 | 111 | <section class="cursor-pointer flex flex-col justify-center items-center"> |
| 107 | 112 | <InboxOutlined class="text-[4rem] !text-blue-400" /> |
| 108 | 113 | <div class="text-gray-500">点击上传或拖拽上传</div> | ... | ... |