导入字段

dev^2
itcast 1 year ago
parent 05673192c8
commit 6314dce865
  1. 2
      ant-design-vue-jeecg/src/views/functiontemple/FunctionTemplateList.vue

@ -40,7 +40,7 @@
<div class="table-operator"> <div class="table-operator">
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<a-button type="primary" icon="download" @click="handleExportXls('功能模板管理')">导出</a-button> <a-button type="primary" icon="download" @click="handleExportXls('功能模板管理')">导出</a-button>
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handle Y2 TXZE ZImportExcel"> <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handle">
<a-button type="primary" icon="import">导入</a-button> <a-button type="primary" icon="import">导入</a-button>
</a-upload> </a-upload>
<!-- 高级查询区域 --> <!-- 高级查询区域 -->

Loading…
Cancel
Save