|
@@ -681,7 +681,7 @@
|
|
style="display: flex;height: 42.6px;border-bottom: 1px dashed #dfe6ec;"
|
|
style="display: flex;height: 42.6px;border-bottom: 1px dashed #dfe6ec;"
|
|
v-for="(item, index) in tableData"
|
|
v-for="(item, index) in tableData"
|
|
:key="index"
|
|
:key="index"
|
|
- v-if="tableData.length < 6"
|
|
|
|
|
|
+ v-if="index < 5"
|
|
>
|
|
>
|
|
<div class="home_stock_table"> <p>{{ item.refno1 }}</p></div>
|
|
<div class="home_stock_table"> <p>{{ item.refno1 }}</p></div>
|
|
<div class="home_stock_table">
|
|
<div class="home_stock_table">
|
|
@@ -732,7 +732,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
- <div style="width: 49%;height: 200px;float: right">
|
|
|
|
|
|
+ <div style="width: 49%;float: right">
|
|
<el-table
|
|
<el-table
|
|
:data="tableDataTwo"
|
|
:data="tableDataTwo"
|
|
:header-cell-style="{ borderBottom: '1px dashed #dfe6ec' }"
|
|
:header-cell-style="{ borderBottom: '1px dashed #dfe6ec' }"
|