|
|
@@ -23,6 +23,10 @@
|
|
|
<template #validtime="{ text }">
|
|
|
<span>{{ formatTime(text, 'd') }}</span>
|
|
|
</template>
|
|
|
+ <!-- 挂牌类型 -->
|
|
|
+ <template #buyorsell="{ text }">
|
|
|
+ <span>{{ text ? '买' : '卖' }}</span>
|
|
|
+ </template>
|
|
|
<!-- 委托状态-->
|
|
|
<!-- <template #wrtradeorderstatus="{ record }">
|
|
|
<a>{{ getWrTradeOrderStatusName(record.wrtradeorderstatus) }}</a>
|