|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<div class="formal-analysis-container"> |
|
|
|
<el-row> |
|
|
|
<el-row style="height: 100%;"> |
|
|
|
<el-col :span="4"> |
|
|
|
<div class="formal-search-wrap"> |
|
|
|
<el-form class="clearfix"> |
|
|
@ -59,7 +59,15 @@ |
|
|
|
</el-table> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
<el-col :span="allTheSingle === '2' ? 9 : 11"> |
|
|
|
<el-col :span="allTheSingle === '2' ? 16 : 20"> |
|
|
|
<div class=""> |
|
|
|
<CommonLineChart :dataList="dataList.PerCustomerDeviationDetailItem|| []" /> |
|
|
|
</div> |
|
|
|
<div class=""> |
|
|
|
<LineBarChart :dataList="dataList.CustomerDeviationDetailItem || []" /> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
<!-- <el-col :span="allTheSingle === '2' ? 9 : 11"> |
|
|
|
<div class=""> |
|
|
|
<CommonLineChart :dataList="dataList.PerCustomerDeviationDetailItem|| []" /> |
|
|
|
</div> |
|
|
@ -68,7 +76,7 @@ |
|
|
|
<div class=""> |
|
|
|
<LineBarChart :dataList="dataList.CustomerDeviationDetailItem || []" /> |
|
|
|
</div> |
|
|
|
</el-col> |
|
|
|
</el-col> --> |
|
|
|
</el-row> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|