|
|
@@ -27,6 +27,9 @@
|
|
|
<template #buyorsell="{ text }">
|
|
|
<span>{{ text ? '买' : '卖' }}</span>
|
|
|
</template>
|
|
|
+ <template #marginvalue="{ text }">
|
|
|
+ <span>{{ (text * 100).toFixed(2) }}%</span>
|
|
|
+ </template>
|
|
|
<!-- 委托状态-->
|
|
|
<!-- <template #wrtradeorderstatus="{ record }">
|
|
|
<a>{{ getWrTradeOrderStatusName(record.wrtradeorderstatus) }}</a>
|
|
|
@@ -77,7 +80,6 @@ export default defineComponent({
|
|
|
// 表格通用逻辑
|
|
|
const param: ComposeOrderTableParam = {
|
|
|
queryFn: queryTableAction,
|
|
|
- tableName: 'table_pcweb_spot_trade_bottom_spot_warrant_pending_order',
|
|
|
recordList: getRecordItemTab(),
|
|
|
};
|
|
|
const {
|