|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<app-view class="histransfer-order">
|
|
<app-view class="histransfer-order">
|
|
|
<template #header>
|
|
<template #header>
|
|
|
- <app-navbar title="转让委托-已完成" />
|
|
|
|
|
|
|
+ <app-navbar title="转让委托-已成交" />
|
|
|
</template>
|
|
</template>
|
|
|
<app-pull-refresh class="order-list__wrapper" v-model:error="error" v-model:pageIndex="pageIndex"
|
|
<app-pull-refresh class="order-list__wrapper" v-model:error="error" v-model:pageIndex="pageIndex"
|
|
|
:page-count="pageCount" @refresh="onRefresh">
|
|
:page-count="pageCount" @refresh="onRefresh">
|
|
@@ -21,7 +21,7 @@
|
|
|
<th>交收月份</th>
|
|
<th>交收月份</th>
|
|
|
<td>{{ item.enddatemonth }}</td>
|
|
<td>{{ item.enddatemonth }}</td>
|
|
|
<th>交易日</th>
|
|
<th>交易日</th>
|
|
|
- <td>{{ item.enddate }}</td>
|
|
|
|
|
|
|
+ <td>{{ item.tradedate }}</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>转让价格</th>
|
|
<th>转让价格</th>
|