Browse Source

优化

master
陈裕财 4 years ago
parent
commit
54b827b25a
  1. 7
      src/views/xm/core/xmMenu/XmEpicFeatures.vue
  2. 3
      src/views/xm/core/xmMenu/XmMenuBox.vue

7
src/views/xm/core/xmMenu/XmEpicFeatures.vue

@ -1,12 +1,11 @@
<template> <template>
<section> <section>
<el-row> <el-row>
<el-col :span="24" class="padding-left">
<el-col :span="24">
<el-row > <el-row >
<span style="float:left;"> <span style="float:left;">
<xm-product-select ref="xmProductSelect1" style="display:inline;" v-if="!xmProduct && !xmIteration" :auto-select="false" :link-project-id="selProject?selProject.id:null" @row-click="onProductSelected" :iterationId="xmIteration?xmIteration.id:null" @clear="onProductClearSelect"></xm-product-select>
<el-input style="width:120px;" v-model="filters.key" placeholder="名称模糊查询" clearable></el-input> <el-input style="width:120px;" v-model="filters.key" placeholder="名称模糊查询" clearable></el-input>
<el-button icon="el-icon-search" @click="searchXmMenus()"></el-button> <el-button icon="el-icon-search" @click="searchXmMenus()"></el-button>
<el-popover style="padding-left:10px;" <el-popover style="padding-left:10px;"
@ -75,7 +74,7 @@
> >
</el-col> </el-col>
</el-row> </el-row>
<el-button style="margin-top: 10px;" slot="reference" @click="moreVisible=!moreVisible" icon="el-icon-more"></el-button>
<el-button slot="reference" @click="moreVisible=!moreVisible" icon="el-icon-more"></el-button>
</el-popover> </el-popover>
</span> </span>
</el-row> </el-row>

3
src/views/xm/core/xmMenu/XmMenuBox.vue

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-row>
<el-row class="padding-left padding-right">
<el-col :span="8"> <el-col :span="8">
<xm-epic-features :xm-product="xmProduct" :sel-project="selProject" @row-click="onEpicFeaturesRowClick"></xm-epic-features> <xm-epic-features :xm-product="xmProduct" :sel-project="selProject" @row-click="onEpicFeaturesRowClick"></xm-epic-features>
</el-col> </el-col>
@ -56,4 +56,5 @@
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
</style> </style>
Loading…
Cancel
Save