|
@@ -3,7 +3,7 @@
|
|
|
<ClassTree class="w-1/3 xl:w-1/4" @select="handleSelect" />
|
|
|
<BasicTable @register="registerTable" class="w-2/3 xl:w-3/4" :searchInfo="searchInfo">
|
|
|
<template #toolbar>
|
|
|
- <Upload :showUploadList="false" :before-upload="beforeUpload" accept=".rar,.zip">
|
|
|
+ <Upload :showUploadList="false" :before-upload="beforeUpload" accept=".xlsx,.xls">
|
|
|
<a-button block type="primary"> 导入 </a-button>
|
|
|
</Upload>
|
|
|
</template>
|