[update] 内部工作组,下载导入模板后缀修改为xls

This commit is contained in:
lideqin
2023-11-09 15:10:18 +08:00
parent e3a4c65b33
commit 1fe5697d54
@@ -139,7 +139,7 @@
{{ $t('export') }}
</a-button>
<!-- 模板下载-->
<a-button v-if="currentNodeObj.userId === currentUserId && currentNodeObj.level === 3" type="primary" icon="download" ghost @click="downTemplate($t('system.internalWorkGroup.templateName'))">
<a-button v-if="currentNodeObj.userId === currentUserId && currentNodeObj.level === 3" type="primary" icon="download" ghost @click="downTemplate($t('system.internalWorkGroup.templateName'), '.xls')">
{{ $t('templateDownload') }}
</a-button>
</div>