|
|
@ -14,7 +14,7 @@ |
|
|
<el-button v-if=" batchEditVisible==true " @click="noBatchEdit" v-loading="load.edit" icon="el-icon-back">返回</el-button> |
|
|
<el-button v-if=" batchEditVisible==true " @click="noBatchEdit" v-loading="load.edit" icon="el-icon-back">返回</el-button> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row class="page-main" v-show="!batchEditVisible"> |
|
|
<el-row class="page-main" v-show="!batchEditVisible"> |
|
|
<el-table ref="table" :height="tableHeight" v-if="!gstcVisible" :data="xmMenusTreeData" default-expand-all row-key="menuId" :tree-props="{children: 'children', hasChildren: 'hasChildren'}" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;"> |
|
|
|
|
|
|
|
|
<el-table ref="table" class="menu-plan-table" :height="tableHeight" v-if="!gstcVisible" :data="xmMenusTreeData" default-expand-all row-key="menuId" :tree-props="{children: 'children', hasChildren: 'hasChildren'}" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;"> |
|
|
<el-table-column sortable type="selection" width="40"></el-table-column> |
|
|
<el-table-column sortable type="selection" width="40"></el-table-column> |
|
|
<el-table-column prop="menuName" label="需求名称" min-width="150" > |
|
|
<el-table-column prop="menuName" label="需求名称" min-width="150" > |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
@ -577,7 +577,7 @@ |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.tableHeight = util.calcTableMaxHeight(".el-table"); |
|
|
|
|
|
|
|
|
this.tableHeight = util.calcTableMaxHeight(".menu-plan-table"); |
|
|
this.getXmMenus(); |
|
|
this.getXmMenus(); |
|
|
}); |
|
|
}); |
|
|
listOption([{categoryId:'all',itemCode:'xmMenuPlanStatus'} ]).then(res=>{ |
|
|
listOption([{categoryId:'all',itemCode:'xmMenuPlanStatus'} ]).then(res=>{ |
|
|
|