Browse Source

关闭新增申报项目功能

master
Jinyuanyuan 3 months ago
parent
commit
6079f041dd
  1. 2
      src/views/projectLib/projectInfo/index.vue

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

@ -21,7 +21,7 @@
<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('projectContact')"> 新增申报项目</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