|
@ -21,7 +21,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<template #tableTitle> |
|
|
<template #tableTitle> |
|
|
<!-- <el-button type="primary" round @click="handleCreate" v-if="isShowByRoles('projectContact')"> 新增申报项目</el-button> --> |
|
|
<!--关闭新增申报--> |
|
|
|
|
|
<el-button type="primary" round @click="handleCreate" v-if="isShowByRoles('')"> 新增申报项目</el-button> |
|
|
<el-button type="primary" round @click="handleBatchImport" v-if="isShowByRoles('manageOrg')"> |
|
|
<el-button type="primary" round @click="handleBatchImport" v-if="isShowByRoles('manageOrg')"> |
|
|
批量导入申报项目</el-button> |
|
|
批量导入申报项目</el-button> |
|
|
<el-button type="primary" round @click="handleBatchdownload"> 导出项目</el-button> |
|
|
<el-button type="primary" round @click="handleBatchdownload"> 导出项目</el-button> |
|
|