引用水导入

This commit is contained in:
weicw
2021-09-02 17:32:51 +08:00
parent cb8fc96527
commit 20cf7c4d9b
12 changed files with 3237 additions and 22 deletions

View File

@@ -8,7 +8,14 @@
:showUploadList="false"
accept=".xls,.xlsx,.csv"
>
<a-button>数据导入</a-button>
<a-button>市级导入</a-button>
</a-upload>
<a-upload
:before-upload="importFileArea"
:showUploadList="false"
accept=".xls,.xlsx,.csv"
>
<a-button>县级导入</a-button>
</a-upload>
</a-space>
</template>