|
@ -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> |
|
|