From 89b040d84b049ae9cea66b76d3473281c5ff3d65 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期二, 10 六月 2025 17:07:45 +0800 Subject: [PATCH] 文档类型 :屏蔽导出,导入功能 --- src/views/eam/DocumentTypeList.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/eam/DocumentTypeList.vue b/src/views/eam/DocumentTypeList.vue index bb3022c..4676b37 100644 --- a/src/views/eam/DocumentTypeList.vue +++ b/src/views/eam/DocumentTypeList.vue @@ -75,24 +75,24 @@ type="primary" icon="plus" >鏂板</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="handleImportExcel" - > - <a-button - type="primary" - icon="import" - >瀵煎叆</a-button> - </a-upload> +<!-- <a-button--> +<!-- type="primary"--> +<!-- icon="download"--> +<!-- @click="handleExportXls('鏂囨。绫诲瀷')"--> +<!-- >瀵煎嚭</a-button>--> +<!-- <a-upload--> +<!-- name="file"--> +<!-- :showUploadList="false"--> +<!-- :multiple="false"--> +<!-- :headers="tokenHeader"--> +<!-- :action="importExcelUrl"--> +<!-- @change="handleImportExcel"--> +<!-- >--> +<!-- <a-button--> +<!-- type="primary"--> +<!-- icon="import"--> +<!-- >瀵煎叆</a-button>--> +<!-- </a-upload>--> <a-dropdown v-if="selectedRowKeys.length > 0"> <a-menu slot="overlay"> <a-menu-item -- Gitblit v1.9.3