liwei 3 years ago
parent
commit
88734fba68
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      src/views/plan/workbench/homePage/beta/index.vue
  2. +1
    -1
      src/views/plan/workbench/homePage/beta/predict/predictEdit.vue

+ 2
- 2
src/views/plan/workbench/homePage/beta/index.vue View File

@ -8,12 +8,12 @@
:isShowComponent="isShowComponent" :isShowComponent="isShowComponent"
@calculateTableHeight="calculateTableHeight" /> @calculateTableHeight="calculateTableHeight" />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="正式订单" name="second">
<!-- <el-tab-pane label="正式订单" name="second">
<Order :customerId="customerId" :tableHeight="tableHeight" :isShowComponent="isShowComponent" /> <Order :customerId="customerId" :tableHeight="tableHeight" :isShowComponent="isShowComponent" />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="产品需求" name="third"> <el-tab-pane label="产品需求" name="third">
<Product :customerId="customerId" :tableHeight="tableHeight" :isShowComponent="isShowComponent" /> <Product :customerId="customerId" :tableHeight="tableHeight" :isShowComponent="isShowComponent" />
</el-tab-pane>
</el-tab-pane> -->
</el-tabs> </el-tabs>
</ContentContainer> </ContentContainer>
</template> </template>


+ 1
- 1
src/views/plan/workbench/homePage/beta/predict/predictEdit.vue View File

@ -235,7 +235,7 @@ export default {
<style lang="less"> <style lang="less">
.predict-edit-container { .predict-edit-container {
.el-form-item { .el-form-item {
margin-bottom: 20px;
margin-bottom: 10px;
} }
} }
</style> </style>

Loading…
Cancel
Save