|
|
@@ -27,12 +27,7 @@
|
|
|
<span>持仓汇总</span>
|
|
|
<app-table :data="dpostions" v-model:columns="dpostionsTableColumns" />
|
|
|
<span>成交明细</span>
|
|
|
- <app-table :data="tradedetails" v-model:columns="tradeDetailsTableColumns" >
|
|
|
- <template #footer>
|
|
|
- <app-pagination :total="total" v-model:page-size="pageSize" v-model:page-index="pageIndex"
|
|
|
- @change="onRefresh" />
|
|
|
- </template>
|
|
|
- </app-table>
|
|
|
+ <app-table :data="tradedetails" v-model:columns="tradeDetailsTableColumns" />
|
|
|
<template #footer>
|
|
|
<el-button type="info" @click="onAgree(false)">同意进入系统</el-button>
|
|
|
<el-button type="danger" @click="onDisAgree">不同意,退出系统</el-button>
|
|
|
@@ -52,7 +47,6 @@ import { queryReportBankAccountOutInLog, queryReportMonthTaaccount, queryReportR
|
|
|
import AppDrawer from '@pc/components/base/drawer/index.vue'
|
|
|
import AppTable from '@pc/components/base/table/index.vue'
|
|
|
import AppTableDetails from '@pc/components/base/table-details/index.vue'
|
|
|
-import AppPagination from '@pc/components/base/pagination/index.vue'
|
|
|
|
|
|
const show = ref(true)
|
|
|
const refresh = ref(false)
|