修改导入的默认显示文件

This commit is contained in:
qq787203167
2022-04-21 17:49:48 +08:00
parent ba76500596
commit 122ecc6ffa
8 changed files with 36 additions and 25 deletions
@@ -29,7 +29,7 @@
{{$t('templateDownload')}}
</div>
<div class="operator-text" v-has="'document:importZip'">
<ImportFile :url="url"/>
<ImportFile :url="url" :isTrue="true" @getList="getPersonnelList" :accept="'.zip'"/>
</div>
<div @click="handleDel" class="operator-text">
<a-icon type="delete"/>
@@ -145,6 +145,9 @@
},
handleDel(){
},
getPersonnelList(){
},
},
}