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"
@calculateTableHeight="calculateTableHeight" />
</el-tab-pane>
<el-tab-pane label="正式订单" name="second">
<!-- <el-tab-pane label="正式订单" name="second">
<Order :customerId="customerId" :tableHeight="tableHeight" :isShowComponent="isShowComponent" />
</el-tab-pane>
<el-tab-pane label="产品需求" name="third">
<Product :customerId="customerId" :tableHeight="tableHeight" :isShowComponent="isShowComponent" />
</el-tab-pane>
</el-tab-pane> -->
</el-tabs>
</ContentContainer>
</template>


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

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

Loading…
Cancel
Save