فهرست منبع

项目组成员调整

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>