diff --git a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js index a7db6f200..69be22f81 100644 --- a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js +++ b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js @@ -484,8 +484,9 @@ class PathDetailIndex extends Component{

{item.name} + {/* 新增allow_delete 判断是否能删除 */} { - detailInfoList===undefined?"":detailInfoList.allow_add_member===true? + item.allow_delete===true? this.shanchuallow(item.id)}>:"" }