浏览代码

项目组成员调整

sangwenwei 7 月之前
父节点
当前提交
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>