Browse Source

优化

master
陈裕财 4 years ago
parent
commit
6be809949b
  1. 15
      src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue
  2. 2
      src/views/xm/core/xmProduct/XmProductInfo.vue

15
src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue

@ -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"

2
src/views/xm/core/xmProduct/XmProductInfo.vue

@ -539,7 +539,7 @@ import xmEnvList from "../xmEnvList/XmEnvListMng";
import xmMenuWithPlan from "../xmMenu/XmMenuWithPlan";
import xmProjectStateMng from "../xmProjectState/XmProjectStateMng";
import xmTestCaseExecMng from "../xmTestCaseExec/XmTestCaseExecMng";
import XmIterationForLinkComplex from "../xmIteration/XmIterationMng.vue";
import XmIterationForLinkComplex from "../xmIteration/XmIterationForLinkComplex.vue";
import XmProductOverviewComplex from "../xmProduct/XmProductOverviewComplex.vue";
import XmProductForLinkComplex from "./XmProductForLinkComplex.vue";
import XmProjectForLink from "../xmProject/XmProjectForLink.vue";

Loading…
Cancel
Save