|
@@ -683,19 +683,16 @@
|
|
<div class="home_stock_table">业务类型</div>
|
|
<div class="home_stock_table">业务类型</div>
|
|
<div class="home_stock_table_right">
|
|
<div class="home_stock_table_right">
|
|
<div>操作</div>
|
|
<div>操作</div>
|
|
- <!-- <el-link type="primary" @click="jump('/morePage/stock')"-->
|
|
|
|
- <!-- >更多></el-link-->
|
|
|
|
- <!-- >-->
|
|
|
|
|
|
+ <el-link type="primary" @click="jump('/morePage/stock')"
|
|
|
|
+ >更多></el-link
|
|
|
|
+ >
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div v-if="tableData.length > 0">
|
|
<div v-if="tableData.length > 0">
|
|
<div
|
|
<div
|
|
- 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"
|
|
|
|
+ v-if="index < 5"
|
|
:key="index"
|
|
:key="index"
|
|
>
|
|
>
|
|
<div class="home_stock_table"> <p>{{ item.refno1 }}</p></div>
|
|
<div class="home_stock_table"> <p>{{ item.refno1 }}</p></div>
|