From 089bf5d2378b3c4a61d795b2a92bede2c193b771 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 11:22:58 +0800
Subject: [PATCH] 1
---
src/crud/cryptos-spots/transaction-record.js | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/src/crud/cryptos-spots/transaction-record.js b/src/crud/cryptos-spots/transaction-record.js
new file mode 100644
index 0000000..600c204
--- /dev/null
+++ b/src/crud/cryptos-spots/transaction-record.js
@@ -0,0 +1,60 @@
+export const tableOption = {
+ searchMenuSpan: 6,
+ columnBtn: false,
+ border: true,
+ selection: false,
+ index: false,
+ indexLabel: '序号',
+ stripe: true,
+ menuAlign: 'center',
+ menuWidth: 130,
+ align: 'center',
+ refreshBtn: true,
+ searchSize: 'mini',
+ addBtn: false,
+ editBtn: false,
+ delBtn: false,
+ viewBtn: false,
+ menu:true,
+ props: {
+ label: 'label',
+ value: 'value'
+ },
+ column: [{
+ label: '订单ID',
+ prop: 'uuid'
+ }, {
+ label: '买订单号',
+ prop: 'symbol'
+ }, {
+ label: '卖订单号',
+ prop: 'symbol'
+ }, {
+ label: '买家用户名/ID',
+ prop: 'name'
+ }, {
+ label: '卖家用户名/ID',
+ prop: 'MinimumTradingVolume'
+ }, {
+ label: '成交价格',
+ prop: 'RandomFactorOfTradingVolume'
+ }, {
+ label: '币对',
+ prop: 'CurrencyPricePrecision'
+ }, {
+ label: '交易量',
+ prop: 'CurrencyQuantityPrecision'
+ }, {
+ label: '交易额',
+ prop: 'MaximumPriceDifferenceBetweenBuyingAndSellingOrders'
+ }, {
+ label: '买单手续费',
+ prop: 'InitialNumberOfOrders'
+ }, {
+ label: '卖单手续费',
+ prop: 'StepSizeOfPriceChange'
+ }, {
+ label: '创建时间',
+ prop: 'OrderInterval'
+ }]
+}
--
Gitblit v1.9.3