-
-
-
- {subFileType && (projectDetail && parseInt(projectDetail.type)) !== 2 && (isManager || isDeveloper) && platform && (
-
-
-
- 上传文件
-
-
-
-
- 新建文件
-
-
-
- )}
- {projectDetail && projectDetail.clone_url && (
-
- )}
-
-
- {/* 主目录列表 */}
- {rootList && rootList.length > 0 && (
-
this.title(branchLastCommit,lastCommitAuthor)}
- >
- )}
- {/* 子目录列表、文件 */}
- {fileDetail && fileDetail.length > 0 && (
-
- )}
- {
- (rootList && rootList.length === 0) && (fileDetail && fileDetail.length === 0) &&
- }
- { rootList && this.renderReadMeContent(readMeContent, isManager || isDeveloper)}
-
-