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/etf-contract/delivery-control.js | 63 +++++++++++++++++++++++++++++++
1 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/src/crud/etf-contract/delivery-control.js b/src/crud/etf-contract/delivery-control.js
new file mode 100644
index 0000000..ecaab64
--- /dev/null
+++ b/src/crud/etf-contract/delivery-control.js
@@ -0,0 +1,63 @@
+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: 'name'
+ }, {
+ label: '报价货币',
+ prop: 'name'
+ }, {
+ label: '币对',
+ prop: 'MinimumTradingVolume'
+ }, {
+ label: '交易精度',
+ prop: 'RandomFactorOfTradingVolume'
+ }, {
+ label: '价格精度',
+ prop: 'CurrencyPricePrecision'
+ }, {
+ label: '最小交易量',
+ prop: 'CurrencyQuantityPrecision'
+ }, {
+ label: '最小交易额',
+ prop: 'MaximumPriceDifferenceBetweenBuyingAndSellingOrders'
+ }, {
+ label: '前端显示状态',
+ prop: 'InitialNumberOfOrders'
+ }, {
+ label: '交易状态',
+ prop: 'StepSizeOfPriceChange'
+ }, {
+ label: '排序',
+ prop: 'OrderInterval'
+ },{
+ label: '创建时间',
+ prop: 'RobotStatus'
+ }]
+}
--
Gitblit v1.9.3