|
|
|
@ -136,8 +136,8 @@ |
|
|
|
|
|
|
|
<el-button style="float:right;" type="primary" v-if="multi" v-on:click="multiSelectedConfirm">确认</el-button> |
|
|
|
</el-row> |
|
|
|
<el-row ref="table" class="padding-top"> |
|
|
|
<el-table element-loading-text="努力加载中" element-loading-spinner="el-icon-loading" class="menu-table" :height="maxTableHeight" :data="xmMenusTreeData" row-key="menuId" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;"> |
|
|
|
<el-row class="padding-top"> |
|
|
|
<el-table ref="table" element-loading-text="努力加载中" element-loading-spinner="el-icon-loading" class="menu-table" :height="maxTableHeight" :data="xmMenusTreeData" row-key="menuId" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;"> |
|
|
|
<el-table-column v-if="multi" type="selection" width="50"></el-table-column> |
|
|
|
|
|
|
|
<el-table-column prop="menuName" label="需求名称" min-width="140" > |
|
|
|
@ -586,7 +586,7 @@ XmEpicFeatures, |
|
|
|
}) |
|
|
|
this.$nextTick(() => { |
|
|
|
|
|
|
|
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.table.$el); |
|
|
|
this.maxTableHeight = util.calcTableMaxHeight(this.$refs.table.$el)-40; |
|
|
|
if(this.iterationFilterType){ |
|
|
|
this.filters.iterationFilterType=this.iterationFilterType |
|
|
|
} |
|
|
|
|