|
@@ -1,5 +1,6 @@
|
|
|
import { QueryErmcpOrderDetailsRsp } from '@/services/go/ermcp/futures/interface';
|
|
import { QueryErmcpOrderDetailsRsp } from '@/services/go/ermcp/futures/interface';
|
|
|
-import { getChannelBuildName, getBuyOrSellTypeName, getChannelOperateName, getChannelInnerOrderStatusName } from '@/common/constants/enumsName';
|
|
|
|
|
|
|
+import { getChannelBuildName, getBuyOrSellTypeName, getChannelInnerOrderStatusName } from '@/common/constants/enumsName';
|
|
|
|
|
+import { getChannelOperateTypeName } from '@/@next/constants/enum/channelOperateType'
|
|
|
import { formatTime } from '@/common/methods';
|
|
import { formatTime } from '@/common/methods';
|
|
|
|
|
|
|
|
export function getColumns() {
|
|
export function getColumns() {
|
|
@@ -31,7 +32,7 @@ export function getColumns() {
|
|
|
title: '委托类型',
|
|
title: '委托类型',
|
|
|
key: 'channeloperatetype',
|
|
key: 'channeloperatetype',
|
|
|
customRender: ({ record }: { record: QueryErmcpOrderDetailsRsp }) => {
|
|
customRender: ({ record }: { record: QueryErmcpOrderDetailsRsp }) => {
|
|
|
- return getChannelOperateName(record.channeloperatetype)
|
|
|
|
|
|
|
+ return getChannelOperateTypeName(record.channeloperatetype)
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|