[update] 内部工作组,下载导入模板后缀修改为xls
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user