|
|
@ -13,34 +13,34 @@ |
|
|
<el-menu-item index="迭代概览"> |
|
|
<el-menu-item index="迭代概览"> |
|
|
<span |
|
|
<span |
|
|
slot="title" |
|
|
slot="title" |
|
|
style="font-size: 18px; color: #409eff" |
|
|
|
|
|
|
|
|
style="font-size: 18px; color: #ff8c00" |
|
|
class="hidden-md-and-down" |
|
|
class="hidden-md-and-down" |
|
|
:title="xmIteration.iterationName" |
|
|
:title="xmIteration.iterationName" |
|
|
> |
|
|
> |
|
|
<font v-if="xmIteration.iterationName.length >= 15" |
|
|
<font v-if="xmIteration.iterationName.length >= 15" |
|
|
><strong |
|
|
><strong |
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:#67C23A"></el-avatar> 迭代: {{ |
|
|
|
|
|
|
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:#ff8c00"></el-avatar> 迭代: {{ |
|
|
xmIteration.iterationName.substring(0, 15) |
|
|
xmIteration.iterationName.substring(0, 15) |
|
|
}}</strong |
|
|
}}</strong |
|
|
></font |
|
|
></font |
|
|
> |
|
|
> |
|
|
<font type="danger" v-else |
|
|
<font type="danger" v-else |
|
|
><strong |
|
|
><strong |
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:#67C23A"></el-avatar> 迭代: {{ xmIteration.iterationName }}</strong |
|
|
|
|
|
|
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:#ff8c00"></el-avatar> 迭代: {{ xmIteration.iterationName }}</strong |
|
|
></font |
|
|
></font |
|
|
> |
|
|
> |
|
|
</span> |
|
|
</span> |
|
|
<span |
|
|
<span |
|
|
slot="title" |
|
|
slot="title" |
|
|
style="color: #409eff" |
|
|
|
|
|
|
|
|
style="color: #ff8c00" |
|
|
class="hidden-lg-and-up" |
|
|
class="hidden-lg-and-up" |
|
|
:title="xmIteration.iterationName" |
|
|
:title="xmIteration.iterationName" |
|
|
> |
|
|
> |
|
|
<font v-if="xmIteration.iterationName.length >= 15" |
|
|
<font v-if="xmIteration.iterationName.length >= 15" |
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:##67C23A"></el-avatar> 迭代: {{ xmIteration.iterationName.substring(0, 15) }}</font |
|
|
|
|
|
|
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:#ff8c00"></el-avatar> 迭代: {{ xmIteration.iterationName.substring(0, 15) }}</font |
|
|
> |
|
|
> |
|
|
<font type="danger" v-else |
|
|
<font type="danger" v-else |
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:##67C23A"></el-avatar> 迭代: {{ xmIteration.iterationName }}</font |
|
|
|
|
|
|
|
|
> <el-avatar class="top-icon" icon="el-icon-connection" style="background-color:#ff8c00"></el-avatar> 迭代: {{ xmIteration.iterationName }}</font |
|
|
> |
|
|
> |
|
|
</span> |
|
|
</span> |
|
|
</el-menu-item> |
|
|
</el-menu-item> |
|
|
@ -385,11 +385,7 @@ |
|
|
></xm-group-select> |
|
|
></xm-group-select> |
|
|
</el-drawer> |
|
|
</el-drawer> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
|
|
|
|
|
|
|
|
|
<el-dialog width="60%" top="20px" :visible.sync="iterationAddVisible" append-to-body> |
|
|
|
|
|
<xm-iteration-add op-type="add" :xm-product="xmProduct" :sel-project="selProject" :visible="iterationAddVisible" @cancel="iterationAddVisible=false" @submit="afterIterationAddSubmit"></xm-iteration-add> |
|
|
|
|
|
</el-dialog> |
|
|
|
|
|
|
|
|
</el-row> |
|
|
</section> |
|
|
</section> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
@ -454,7 +450,7 @@ export default { |
|
|
load: { list: false, edit: false }, |
|
|
load: { list: false, edit: false }, |
|
|
groupUserVisible: false, |
|
|
groupUserVisible: false, |
|
|
exportArr: ["任务", "计划", "需求监控"], |
|
|
exportArr: ["任务", "计划", "需求监控"], |
|
|
maxTableHeight: 300, |
|
|
|
|
|
|
|
|
maxTableHeight: 300, |
|
|
/**end 自定义属性请在上面加 请加备注**/ |
|
|
/**end 自定义属性请在上面加 请加备注**/ |
|
|
}; |
|
|
}; |
|
|
}, //end data |
|
|
}, //end data |
|
|
|