Browse Source

2025-04-10

master
qiezi 9 months ago
parent
commit
1d36ea679c
  1. 2
      src/views/modules/quote/detail/primary/quoteDetailBom.vue
  2. 2
      src/views/modules/quote/detail/primary/quoteDetailRouting.vue

2
src/views/modules/quote/detail/primary/quoteDetailBom.vue

@ -459,7 +459,7 @@ export default {
<el-checkbox v-model="isAllBom">全级BOM结构</el-checkbox>
</div>
<el-container>
<el-aside width="300px" v-loading="queryTreeLoading">
<el-aside width="300px" style="max-height:420px" v-loading="queryTreeLoading">
<el-tree
:data="treeData"
:props="props"

2
src/views/modules/quote/detail/primary/quoteDetailRouting.vue

@ -740,7 +740,7 @@ export default {
<!-- <el-checkbox v-model="isAllRouting">全级Routing结构</el-checkbox>-->
</div>
<el-container>
<el-aside width="300px" v-loading="queryTreeLoading">
<el-aside width="300px" style="max-height:420px" v-loading="queryTreeLoading">
<el-tree
:data="treeData"
:props="props"

Loading…
Cancel
Save