|
@ -7,7 +7,7 @@ |
|
|
<TableAction :actions="getTableAction(record)" :dropDownActions="getDropDownAction(record)" /> |
|
|
<TableAction :actions="getTableAction(record)" :dropDownActions="getDropDownAction(record)" /> |
|
|
</template> |
|
|
</template> |
|
|
<template #tableTitle> |
|
|
<template #tableTitle> |
|
|
<el-button type="primary" round @click="handleAdd" v-if="isShowByRoles('manageOrg')">新增信息材料</el-button> |
|
|
<el-button type="primary" round @click="handleAdd" >新增信息材料</el-button> |
|
|
<el-button type="primary" round @click="handleBatchdownload"> 批量导出</el-button> |
|
|
<el-button type="primary" round @click="handleBatchdownload"> 批量导出</el-button> |
|
|
</template> |
|
|
</template> |
|
|
</BasicTable> |
|
|
</BasicTable> |
|
|