|
|
@@ -16,28 +16,30 @@
|
|
|
</page-header>
|
|
|
|
|
|
<page-body>
|
|
|
- <b-collapse
|
|
|
- :open="false"
|
|
|
- class="collapseeeeeee"
|
|
|
- v-for="item in testResult"
|
|
|
- :key="item.id"
|
|
|
- >
|
|
|
- <button class="button is-primary " slot="trigger">
|
|
|
- 测试时间:2019-1-18 23:02{{ item.id }}
|
|
|
- </button>
|
|
|
- <div class="notification card">
|
|
|
- <div class="content">
|
|
|
- <h3>Build Info</h3>
|
|
|
- <p>{{ item.buildResult }}</p>
|
|
|
- <h3>Deploy Info</h3>
|
|
|
- <p>{{ item.deployResult }}</p>
|
|
|
- <h3>Unit Test Info</h3>
|
|
|
- <p>{{ item.unitTestResult }}</p>
|
|
|
- <h3>Functional Test Info</h3>
|
|
|
- <p>{{ item.functionTestResult }}</p>
|
|
|
+ <div class="data-table">
|
|
|
+ <b-collapse
|
|
|
+ :open="false"
|
|
|
+ class="collapseeeeeee"
|
|
|
+ v-for="item in testResult"
|
|
|
+ :key="item.id"
|
|
|
+ >
|
|
|
+ <button class="button is-primary " slot="trigger">
|
|
|
+ 测试时间:2019-1-18 23:02{{ item.id }}
|
|
|
+ </button>
|
|
|
+ <div class="notification card">
|
|
|
+ <div class="content">
|
|
|
+ <h3>Build Info</h3>
|
|
|
+ <p>{{ item.buildResult }}</p>
|
|
|
+ <h3>Deploy Info</h3>
|
|
|
+ <p>{{ item.deployResult }}</p>
|
|
|
+ <h3>Unit Test Info</h3>
|
|
|
+ <p>{{ item.unitTestResult }}</p>
|
|
|
+ <h3>Functional Test Info</h3>
|
|
|
+ <p>{{ item.functionTestResult }}</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- </b-collapse>
|
|
|
+ </b-collapse>
|
|
|
+ </div>
|
|
|
</page-body>
|
|
|
</div>
|
|
|
</template>
|