|
@@ -12,14 +12,16 @@
|
|
|
<div class="level-left">
|
|
<div class="level-left">
|
|
|
<build-tag :build-state="item.buildState" />
|
|
<build-tag :build-state="item.buildState" />
|
|
|
<strong style="padding-left: 10px">
|
|
<strong style="padding-left: 10px">
|
|
|
- {{ item.commitMessage }} · #{{ item.branchId }}
|
|
|
|
|
|
|
+ {{ item.commitMessage }} · #构建ID:{{ item.id }}
|
|
|
</strong>
|
|
</strong>
|
|
|
</div>
|
|
</div>
|
|
|
<div v-if="item.buildState === 1" class="level-right">
|
|
<div v-if="item.buildState === 1" class="level-right">
|
|
|
<strong>mirror : {{ item.mirrorId }}</strong>
|
|
<strong>mirror : {{ item.mirrorId }}</strong>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="code-section">{{ item.buildMessage }}</div>
|
|
|
|
|
|
|
+ <div class="code-section">
|
|
|
|
|
+ {{ item.buildMessage }} 构建时间: {{ item.time }}ms
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|