|
@@ -1,21 +1,15 @@
|
|
|
<template>
|
|
<template>
|
|
|
<!-- 单据查询 持仓-->
|
|
<!-- 单据查询 持仓-->
|
|
|
- <div class="platinum_document_query_position">
|
|
|
|
|
|
|
+ <div class="platinum_fixed_investment_price_query_tab">
|
|
|
<Filter @search="search" />
|
|
<Filter @search="search" />
|
|
|
<a-table :columns="columns"
|
|
<a-table :columns="columns"
|
|
|
- class="topOrderTable"
|
|
|
|
|
|
|
+ class="srcollYTable"
|
|
|
:scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
|
|
:scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
|
|
|
:pagination="false"
|
|
:pagination="false"
|
|
|
:expandedRowKeys="expandedRowKeys"
|
|
:expandedRowKeys="expandedRowKeys"
|
|
|
:customRow="Rowclick"
|
|
:customRow="Rowclick"
|
|
|
rowKey="key"
|
|
rowKey="key"
|
|
|
:data-source="tableList">
|
|
:data-source="tableList">
|
|
|
- <!-- 额外的展开行 -->
|
|
|
|
|
- <template #expandedRowRender="{ record }">
|
|
|
|
|
- <BtnList :btnList="firstBtn"
|
|
|
|
|
- class="btn-list-sticky"
|
|
|
|
|
- @onClick="btnClick(record)" />
|
|
|
|
|
- </template>
|
|
|
|
|
<!-- 账户类型 -->
|
|
<!-- 账户类型 -->
|
|
|
<template #userinfotype="{ record }">
|
|
<template #userinfotype="{ record }">
|
|
|
<a>{{ record.userinfotype === 1 ? '个人' : '企业' }}</a>
|
|
<a>{{ record.userinfotype === 1 ? '个人' : '企业' }}</a>
|