|
@@ -48,7 +48,7 @@
|
|
|
<template #header>
|
|
<template #header>
|
|
|
<a-row class="contRow">
|
|
<a-row class="contRow">
|
|
|
<a-col :span="12">{{sub.accountname}}</a-col>
|
|
<a-col :span="12">{{sub.accountname}}</a-col>
|
|
|
- <a-col :span="12">{{getAccountStatus(sub.tradestatus)}}</a-col>
|
|
|
|
|
|
|
+ <a-col :span="12">{{getTaAccountStatus(sub.tradestatus)}}</a-col>
|
|
|
</a-row>
|
|
</a-row>
|
|
|
</template>
|
|
</template>
|
|
|
<BtnList :btnList="getBtnList(sub.tradestatus)"
|
|
<BtnList :btnList="getBtnList(sub.tradestatus)"
|
|
@@ -92,7 +92,7 @@
|
|
|
<script lang="ts">
|
|
<script lang="ts">
|
|
|
import { defineComponent, initData, _getBtnList, contextMenu, BtnList } from '@/common/export/table';
|
|
import { defineComponent, initData, _getBtnList, contextMenu, BtnList } from '@/common/export/table';
|
|
|
import filterCustomTable from '@/views/information/goods/components/filterTable/index.vue';
|
|
import filterCustomTable from '@/views/information/goods/components/filterTable/index.vue';
|
|
|
-import { getAccountStatus, handleModalData } from '../setup';
|
|
|
|
|
|
|
+import {getAccountStatus, getTaAccountStatus, handleModalData} from '../setup';
|
|
|
import { handleTradeTemplate, queryTableList } from './setup';
|
|
import { handleTradeTemplate, queryTableList } from './setup';
|
|
|
import { getUserName } from '@/services/bus/user';
|
|
import { getUserName } from '@/services/bus/user';
|
|
|
import Add from '../../compoments/add-futures/index.vue';
|
|
import Add from '../../compoments/add-futures/index.vue';
|
|
@@ -161,7 +161,7 @@ export default defineComponent({
|
|
|
loading,
|
|
loading,
|
|
|
search,
|
|
search,
|
|
|
tableList,
|
|
tableList,
|
|
|
- getAccountStatus,
|
|
|
|
|
|
|
+ getTaAccountStatus,
|
|
|
getUserName,
|
|
getUserName,
|
|
|
queryTable,
|
|
queryTable,
|
|
|
getBtnList,
|
|
getBtnList,
|