|
@@ -14,7 +14,7 @@
|
|
|
:data-source="tableList">
|
|
:data-source="tableList">
|
|
|
<!-- 委托状态-->
|
|
<!-- 委托状态-->
|
|
|
<template #wrtradeorderstatus="{ record }">
|
|
<template #wrtradeorderstatus="{ record }">
|
|
|
- <a>{{ getWrTradeOrderStatusName(record.wrtradeorderstatus) }}</a>
|
|
|
|
|
|
|
+ <a>{{ getOrderStatusName(record.wrtradeorderstatus) }}</a>
|
|
|
</template>
|
|
</template>
|
|
|
<!-- 挂牌类型 -->
|
|
<!-- 挂牌类型 -->
|
|
|
<template #wrtradetype="{ record }">
|
|
<template #wrtradetype="{ record }">
|
|
@@ -33,7 +33,7 @@ import { QueryWrOrderDetailReq, WrOrderDetail } from '@/services/go/wrtrade/inte
|
|
|
import { getRecordItemTab } from '@/common/setup/order/orderData';
|
|
import { getRecordItemTab } from '@/common/setup/order/orderData';
|
|
|
import { handleComposeOrderTable } from '@/common/setup/table/compose';
|
|
import { handleComposeOrderTable } from '@/common/setup/table/compose';
|
|
|
import { ComposeOrderTableParam } from '@/common/setup/table/interface';
|
|
import { ComposeOrderTableParam } from '@/common/setup/table/interface';
|
|
|
-import { getWrOrderTypeName, getWrTradeOrderStatusName } from '@/common/constants/enumsName';
|
|
|
|
|
|
|
+import { getWrOrderTypeName, getOrderStatusName } from '@/common/constants/enumsName';
|
|
|
import { BtnListType } from '@/common/components/btnList/interface';
|
|
import { BtnListType } from '@/common/components/btnList/interface';
|
|
|
import { expandIcon } from '@/common/setup/table/clolumn';
|
|
import { expandIcon } from '@/common/setup/table/clolumn';
|
|
|
import { EnumRouterName } from '@/common/constants/enumRouterName';
|
|
import { EnumRouterName } from '@/common/constants/enumRouterName';
|
|
@@ -61,7 +61,7 @@ export default defineComponent({
|
|
|
...handleComposeOrderTable<WrOrderDetail>(param),
|
|
...handleComposeOrderTable<WrOrderDetail>(param),
|
|
|
loading,
|
|
loading,
|
|
|
tableList,
|
|
tableList,
|
|
|
- getWrTradeOrderStatusName,
|
|
|
|
|
|
|
+ getOrderStatusName,
|
|
|
getWrOrderTypeName,
|
|
getWrOrderTypeName,
|
|
|
expandIcon,
|
|
expandIcon,
|
|
|
};
|
|
};
|