|
|
|
@ -2,17 +2,14 @@ |
|
|
|
<section> |
|
|
|
<el-row> |
|
|
|
<el-col :span="4" class="padding-right padding-left"> |
|
|
|
<el-row class="padding"> |
|
|
|
<el-col :span="20"> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
|
<xm-iteration-select ref="xmIterationSelect" :auto-select="true" :link-project-id="selProject?selProject.id:null" :product-id="xmProduct?xmProduct.id:null" @row-click="onIterationRowClick" @clear="onIterationClearSelect"></xm-iteration-select> |
|
|
|
</el-col> |
|
|
|
<el-col :span="4"> |
|
|
|
<el-link type="warning" @click="iterationAddVisible=true" icon="el-icon-plus">迭代</el-link> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row ref="pageMainRef" class="padding border" :style="{ maxHeight: maxTableHeight + 'px', overflowY: 'auto' }"> |
|
|
|
<h4 class="padding-bottom">常用功能导航</h4> |
|
|
|
<el-steps |
|
|
|
<el-row ref="pageMainRef" class="padding" :class="{border:xmIteration&&xmIteration.id}" :style="{ maxHeight: maxTableHeight + 'px', overflowY: 'auto' }"> |
|
|
|
<h4 class="padding-bottom" v-if="xmIteration&&xmIteration.id">常用功能导航</h4> |
|
|
|
<el-steps v-if="xmIteration&&xmIteration.id" |
|
|
|
:active="calcIterationStatusStep" |
|
|
|
finish-status="success" |
|
|
|
direction="vertical" |
|
|
|
|