|
|
@ -5,10 +5,10 @@ |
|
|
<el-col :span="7" :style="{height: this.height + 54 + 'px'}" style="display: block;overflow-y: scroll"> |
|
|
<el-col :span="7" :style="{height: this.height + 54 + 'px'}" style="display: block;overflow-y: scroll"> |
|
|
<el-card style="width: 99%"> |
|
|
<el-card style="width: 99%"> |
|
|
<div slot="header" style="height: 20px;margin-top: -10px"> |
|
|
<div slot="header" style="height: 20px;margin-top: -10px"> |
|
|
<el-button size="mini" type="primary" @click="addTree">添加</el-button> |
|
|
|
|
|
<el-button size="mini" type="info" @click="getNodeTree">刷新</el-button> |
|
|
|
|
|
<el-button size="mini" type="primary" :loading="buildAllLoading" @click="batchBuild">批量Build</el-button> |
|
|
|
|
|
<el-button size="mini" type="primary" :loading="resetAllLoading" @click="resetNodePart">重置物料</el-button> |
|
|
|
|
|
|
|
|
<el-button size="mini" type="primary" round style="margin-left: -5px" @click="addTree">添加</el-button> |
|
|
|
|
|
<el-button size="mini" type="info" round @click="getNodeTree">刷新</el-button> |
|
|
|
|
|
<el-button size="mini" type="primary" round :loading="buildAllLoading" @click="batchBuild">批量Build</el-button> |
|
|
|
|
|
<el-button size="mini" type="primary" round :loading="resetAllLoading" @click="resetNodePart">重置物料</el-button> |
|
|
</div> |
|
|
</div> |
|
|
<div class="scroll-bar item"> |
|
|
<div class="scroll-bar item"> |
|
|
<el-tree |
|
|
<el-tree |
|
|
|