소스 검색

项目组成员调整

sangwenwei 8 달 전
부모
커밋
6da92f92f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/jy/project/ProjectMemberList.vue

+ 1 - 1
src/views/jy/project/ProjectMemberList.vue

@@ -96,7 +96,7 @@
 <!--              项目创建人、管理员、项目现场负责人可编辑-->
               <el-button v-if="hasPermission('jy_project:info:edit')&&
               (
-              isAdmin ||
+
               $store.state.user.id === scope.row.createBy ||
               $store.state.user.id === scope.row.projectLeader || haveProjectIds.includes(scope.row.id)
               )" text type="primary"  size="small" @click="edit(scope.row.id)">编辑</el-button>