|
@ -7,8 +7,8 @@ |
|
|
<TableAction :actions="getTableAction(record)" :dropDownActions="getDropDownAction(record)" /> |
|
|
<TableAction :actions="getTableAction(record)" :dropDownActions="getDropDownAction(record)" /> |
|
|
</template> |
|
|
</template> |
|
|
<template #tableTitle> |
|
|
<template #tableTitle> |
|
|
<a-button type="primary" preIcon="ant-design:plus-outlined" @click="handleAdd" v-if="isShowByRoles('manageOrg')">新增政策法规</a-button> |
|
|
<el-button type="primary" round @click="handleAdd" v-if="isShowByRoles('manageOrg')">新增政策法规</el-button> |
|
|
<a-button type="primary" preIcon="ant-design:download-outlined" @click="handleBatchdownload"> 批量导出</a-button> |
|
|
<el-button type="primary" round @click="handleBatchdownload"> 批量导出</el-button> |
|
|
|
|
|
|
|
|
</template> |
|
|
</template> |
|
|
</BasicTable> |
|
|
</BasicTable> |
|
|