|
|
@ -1,23 +1,25 @@ |
|
|
<template> |
|
|
<template> |
|
|
<el-row> |
|
|
|
|
|
|
|
|
<section class="padding-left padding-right"> |
|
|
|
|
|
<el-row :gutter="10"> |
|
|
<el-col :span="7"> |
|
|
<el-col :span="7"> |
|
|
<!-- |
|
|
<!-- |
|
|
<el-row class="padding-left padding-right" v-if="!xmProduct||!xmProduct.id" > |
|
|
<el-row class="padding-left padding-right" v-if="!xmProduct||!xmProduct.id" > |
|
|
<xm-product-select ref="xmProductSelect1" style="display:inline;" :auto-select="true" :link-project-id="selProject?selProject.id:null" @row-click="onProductSelected" @clear="onProductClearSelect" ></xm-product-select> |
|
|
<xm-product-select ref="xmProductSelect1" style="display:inline;" :auto-select="true" :link-project-id="selProject?selProject.id:null" @row-click="onProductSelected" @clear="onProductClearSelect" ></xm-product-select> |
|
|
</el-row> |
|
|
</el-row> |
|
|
--> |
|
|
--> |
|
|
<xm-epic-features class="padding-left padding-right" :xm-product="xmProductCpd" :sel-project="selProject" @row-click="onEpicFeaturesRowClick" @product-selected="onProductSelected" @product-clear="onProductClearSelect"></xm-epic-features> |
|
|
|
|
|
|
|
|
<xm-epic-features :xm-product="xmProductCpd" :sel-project="selProject" @row-click="onEpicFeaturesRowClick" @product-selected="onProductSelected" @product-clear="onProductClearSelect"></xm-epic-features> |
|
|
</el-col> |
|
|
</el-col> |
|
|
<el-col :span="17" v-if="xmProductCpd && xmProductCpd.id" class="row-right"> |
|
|
|
|
|
<xm-menu-mng class="padding-left padding-right" :xm-product="xmProductCpd" :sel-project="selProject" :parent-menu="parentMenu" :xm-iteration="xmIteration" ></xm-menu-mng> |
|
|
|
|
|
|
|
|
<el-col :span="17" v-if="xmProductCpd && xmProductCpd.id" > |
|
|
|
|
|
<xm-menu-mng :xm-product="xmProductCpd" :sel-project="selProject" :parent-menu="parentMenu" :xm-iteration="xmIteration" ></xm-menu-mng> |
|
|
|
|
|
|
|
|
</el-col> |
|
|
</el-col> |
|
|
|
|
|
|
|
|
<el-col :span="17" v-else-if="filters.xmProduct && filters.xmProduct.id" class="row-right"> |
|
|
|
|
|
<xm-menu-mng class="padding-left padding-right" :xm-product="filters.xmProduct" :sel-project="selProject" :parent-menu="parentMenu" :xm-iteration="xmIteration" ></xm-menu-mng> |
|
|
|
|
|
|
|
|
<el-col :span="17" v-else-if="filters.xmProduct && filters.xmProduct.id" > |
|
|
|
|
|
<xm-menu-mng :xm-product="filters.xmProduct" :sel-project="selProject" :parent-menu="parentMenu" :xm-iteration="xmIteration" ></xm-menu-mng> |
|
|
|
|
|
|
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
</section> |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
@ -89,7 +91,4 @@ |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="less" scoped> |
|
|
<style lang="less" scoped> |
|
|
.row-left{ |
|
|
|
|
|
background-color: aliceblue; |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
</style> |