|
|
@@ -5,7 +5,7 @@
|
|
|
<a-button preIcon="ant-design:plus-outlined" type="primary" @click="handleAdd">新增</a-button>
|
|
|
<a-button v-if="getExportUrl" type="primary" preIcon="ant-design:export-outlined" @click="onExportXlsFn"> 导出</a-button>
|
|
|
<j-upload-button v-if="getImportUrl" type="primary" preIcon="ant-design:import-outlined" @click="onImportXls">导入</j-upload-button>
|
|
|
- <a-dropdown v-if="selectedRowKeys.length > 0" :getPopupContainer="getPopupContainer">
|
|
|
+ <a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
<template #overlay>
|
|
|
<a-menu>
|
|
|
<a-menu-item key="1" @click="batchHandleDelete">
|
|
|
@@ -46,7 +46,6 @@
|
|
|
// import { useGlobSetting } from '/@/hooks/setting';
|
|
|
import { getTableHeaderColumns } from '/@/hooks/web/useWebColumns';
|
|
|
import { useListPage } from '/@/hooks/system/useListPage';
|
|
|
- import { getPopupContainer } from '/@/utils';
|
|
|
|
|
|
const props = defineProps({
|
|
|
columnsType: {
|