|
@@ -41,23 +41,19 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
<script lang="ts">
|
|
|
|
|
+import { BtnListType } from '@/common/components/btnList/interface';
|
|
|
import { enumOrderComponents } from '@/common/constants/enumOrderComponents';
|
|
import { enumOrderComponents } from '@/common/constants/enumOrderComponents';
|
|
|
-import { queryTableList, BtnList, defineAsyncComponent, defineComponent } from '@/common/export/commonTable';
|
|
|
|
|
-import { QueryPerformancePlan, queryWrTradeDetail } from '@/services/go/wrtrade';
|
|
|
|
|
-import { QueryPerformancePlanReq, WrPerformancePlan } from '@/services/go/wrtrade/interface';
|
|
|
|
|
|
|
+import { getBuyOrSellTypeName, getOrderStatusName } from '@/common/constants/enumsName';
|
|
|
|
|
+import { BtnList, defineAsyncComponent, defineComponent, queryTableList } from '@/common/export/commonTable';
|
|
|
|
|
+import { formatTime } from '@/common/methods';
|
|
|
import { getRecordItemTab } from '@/common/setup/order/orderData';
|
|
import { getRecordItemTab } from '@/common/setup/order/orderData';
|
|
|
|
|
+import { expandIcon } from '@/common/setup/table/clolumn';
|
|
|
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 { queryAmountLog } from '@/services/go/TaAccount';
|
|
|
|
|
-import { QueryAmountLogReq } from '@/services/go/TaAccount/interface';
|
|
|
|
|
-import { getSelectedAccountId } from '@/services/bus/account';
|
|
|
|
|
-import { getBuyOrSellTypeName, getOperateTypeEnumItemName, getOperateTypeName, getOrderStatusName } from '@/common/constants/enumsName';
|
|
|
|
|
-import { formatTime } from '@/common/methods';
|
|
|
|
|
-import Bus from '@/utils/eventBus/index';
|
|
|
|
|
-import { expandIcon } from '@/common/setup/table/clolumn';
|
|
|
|
|
import { queryTradeOrderDetail } from '@/services/go/ermcp/order';
|
|
import { queryTradeOrderDetail } from '@/services/go/ermcp/order';
|
|
|
import { QueryTradeOrderDetailRsp } from '@/services/go/ermcp/order/interface';
|
|
import { QueryTradeOrderDetailRsp } from '@/services/go/ermcp/order/interface';
|
|
|
-import { BtnListType } from '@/common/components/btnList/interface';
|
|
|
|
|
|
|
+import { WrPerformancePlan } from '@/services/go/wrtrade/interface';
|
|
|
|
|
+import Bus from '@/utils/eventBus/index';
|
|
|
|
|
|
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
|
name: enumOrderComponents.commodity_contract_commission,
|
|
name: enumOrderComponents.commodity_contract_commission,
|
|
@@ -87,6 +83,10 @@ export default defineComponent({
|
|
|
return list;
|
|
return list;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ // 挂牌
|
|
|
|
|
+ Bus.$on('spotTrade', () => {
|
|
|
|
|
+ queryTableAction();
|
|
|
|
|
+ });
|
|
|
return {
|
|
return {
|
|
|
...handleComposeOrderTable<WrPerformancePlan>(param),
|
|
...handleComposeOrderTable<WrPerformancePlan>(param),
|
|
|
loading,
|
|
loading,
|