소스 검색

feat:修改导入类型

DESKTOP-USV654P\pc 5 달 전
부모
커밋
4156d0c984
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/educational/whiteList/index.vue

+ 1 - 1
src/views/educational/whiteList/index.vue

@@ -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>