Browse Source

进度条调整

master
chentaiyu 5 years ago
parent
commit
88deb9fa59
  1. 5
      src/views/xm/core/xmIteration/XmIterationOverview.vue
  2. 5
      src/views/xm/core/xmProduct/XmProductOverview.vue
  3. 5
      src/views/xm/core/xmProject/XmProjectOverview.vue

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

@ -2,10 +2,7 @@
<section class="page-container padding">
<el-row class="page-main page-height-75" style="overflow-x: hidden;">
<el-row style="margin-bottom:10px">
<el-card class="box-card" style="padding:0px ;height:200px">
<div slot="header" class="clearfix" style="margin-bottom:10px">
<span>迭代阶段</span>
</div>
<el-card class="box-card" style="padding:0px ;height:100px">
<div>
<el-row style="padding:10px">
<el-steps :active="this.xmIteration.iphase+1" align-center>

5
src/views/xm/core/xmProduct/XmProductOverview.vue

@ -2,10 +2,7 @@
<section class="page-container padding">
<el-row class="page-main page-height-75" style="overflow-x: hidden;">
<el-row style="margin-bottom:10px">
<el-card class="box-card" style="padding:0px ;height:200px">
<div slot="header" class="clearfix" style="margin-bottom:10px">
<span>产品阶段</span>
</div>
<el-card class="box-card" style="padding:0px ;height:100px">
<div>
<el-row style="padding:10px">
<el-steps :active="this.xmProduct.pstatus+1" align-center>

5
src/views/xm/core/xmProject/XmProjectOverview.vue

@ -2,10 +2,7 @@
<section class="page-container padding">
<el-row class="page-main page-height-75" style="overflow-x: hidden;">
<el-row style="margin-bottom:10px">
<el-card class="box-card" style="padding:0px ;height:200px">
<div slot="header" class="clearfix" style="margin-bottom:10px">
<span>项目阶段</span>
</div>
<el-card class="box-card" style="padding:0px ;height:100px">
<div>
<el-row style="padding:10px">
<el-steps :active="calcProjectStatusStep" finish-status="success">

Loading…
Cancel
Save