Browse Source

关闭新增申报项目功能1.1

master
Jinyuanyuan 3 months ago
parent
commit
5d1d102d66
  1. 3
      src/views/projectLib/projectInfo/index.vue

3
src/views/projectLib/projectInfo/index.vue

@ -21,7 +21,8 @@
<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>
<el-button type="primary" round @click="handleBatchdownload"> 导出项目</el-button>

Loading…
Cancel
Save