|
|
@@ -77,21 +77,13 @@
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts">
|
|
|
+import { getShowBottomValue } from '@/common/config/constrolBottom';
|
|
|
import { contextMenu, defineAsyncComponent, defineComponent } from '@/common/export/commonTable';
|
|
|
-
|
|
|
-import { handleSubcriteOnDemandQuote, handleQuotePriceColor, quoteChange, quoteAmplitude, quoteAmplituOfVibration } from '@/common/setup/table/tableQuote';
|
|
|
-import { QueryDeliveryRelationRsp } from '@/services/go/delivery/interface';
|
|
|
-
|
|
|
import { handleTableEventAndData } from '@/common/setup/table/compose';
|
|
|
import { TableParam } from '@/common/setup/table/interface';
|
|
|
-import { BtnListType } from '@/common/components/btnList/interface';
|
|
|
+import { handleQuotePriceColor, handleSubcriteOnDemandQuote, quoteAmplitude, quoteAmplituOfVibration, quoteChange } from '@/common/setup/table/tableQuote';
|
|
|
import { RefGoodsList } from './interface';
|
|
|
-import { getShowBottomValue } from '@/common/config/constrolBottom';
|
|
|
-import { ref } from 'vue';
|
|
|
-import { useQueryData } from '@/common/setup/request';
|
|
|
-import { QueryQuoteGoodsListReq } from '@/services/go/Tjmd/interface';
|
|
|
-import { queryQuoteGoodsList } from '@/services/go/Tjmd';
|
|
|
-import { useSwapList, columnsList, getBtnList } from './setup';
|
|
|
+import { columnsList, getBtnList, useSwapList } from './setup';
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'spot_trade_order_transaction_swap',
|