Browse Source

优化

master
陈裕财 4 years ago
parent
commit
71f11eccab
  1. 5
      src/views/xm/core/xmIteration/XmIterationForLinkComplex.vue
  2. 2
      src/views/xm/core/xmIteration/XmIterationInfo.vue
  3. 4
      src/views/xm/core/xmIterationMenu/XmIterationMenuMng.vue
  4. 2
      src/views/xm/core/xmProduct/XmProductInfo.vue

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

@ -11,7 +11,7 @@
</el-col>
</el-row>
<el-row ref="pageMainRef" class="padding border" :style="{ maxHeight: maxTableHeight + 'px', overflowY: 'auto' }">
<h4 class="padding-bottom">迭代常用功能快捷导航</h4>
<h4 class="padding-bottom">常用功能导航</h4>
<el-steps
:active="calcIterationStatusStep"
finish-status="success"
@ -374,6 +374,7 @@
xmIteration:null,
showPanel:'iterationOverview',//menus,tasks,bugs,iterationStateShow
iterationAddVisible:false,
maxTableHeight:300,
/**end 自定义属性请在上面加 请加备注**/
}
},//end data
@ -455,6 +456,8 @@
mounted() {
this.$nextTick(() => {
initDicts(this)
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.pageMainRef.$el);
});
}

2
src/views/xm/core/xmIteration/XmIterationInfo.vue

@ -70,7 +70,7 @@
class="padding border"
:style="{ maxHeight: maxTableHeight + 'px', overflowY: 'auto' }"
>
<h4 class="padding-bottom">常用功能快捷导航</h4>
<h4 class="padding-bottom">常用功能导航</h4>
<el-steps
:active="calcIterationStatusStep"
finish-status="success"

4
src/views/xm/core/xmIterationMenu/XmIterationMenuMng.vue

@ -13,8 +13,8 @@
<el-button v-loading="load.list" :disabled="load.list==true" v-on:click="searchXmIterationMenus" icon="el-icon-search"></el-button>
<span style="float:right;">
<el-button type="danger" @click="batchDel" icon="el-icon-delete">批量移出</el-button>
<el-button type="primary" @click="showAdd" icon="el-icon-plus">选择故事</el-button>
<el-button type="danger" @click="batchDel" icon="el-icon-delete">移出</el-button>
<el-button type="primary" @click="showAdd" icon="el-icon-plus">故事</el-button>
</span>
</el-row>

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

@ -184,7 +184,7 @@
class="padding border"
:style="{ maxHeight: maxTableHeight + 'px', overflowY: 'auto' }"
>
<h4 class="padding-bottom">常用功能快捷导航</h4>
<h4 class="padding-bottom">常用功能导航</h4>
<el-steps
:active="calcProductPstatusStep"
finish-status="success"

Loading…
Cancel
Save