|
|
@@ -24,6 +24,11 @@
|
|
|
<strong>git 地址 : </strong>
|
|
|
<a :href="dlDetail.url">{{ dlDetail.url }}</a>
|
|
|
</template>
|
|
|
+ <template slot="content">
|
|
|
+ <strong
|
|
|
+ ><br /><br />当前构建成功率 :{{ dlDetail.rateofsuccess }}</strong
|
|
|
+ >
|
|
|
+ </template>
|
|
|
</page-header>
|
|
|
<page-body>
|
|
|
<router-view :project-detail="dlDetail" :detail-loading="detailLoading" />
|
|
|
@@ -54,7 +59,6 @@ export default {
|
|
|
const detail = await getStudentDLProjectDetail(dlworkId, userId);
|
|
|
this.dlDetail = detail.data;
|
|
|
console.log(this.dlDetail);
|
|
|
-
|
|
|
this.detailLoading = false;
|
|
|
}
|
|
|
};
|