Houjie
2025-06-10 89b040d84b049ae9cea66b76d3473281c5ff3d65
文档类型 :屏蔽导出,导入功能
已修改1个文件
36 ■■■■ 文件已修改
src/views/eam/DocumentTypeList.vue 36 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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