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/subscribe/subscribe-recorder.js | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/src/crud/subscribe/subscribe-recorder.js b/src/crud/subscribe/subscribe-recorder.js
new file mode 100644
index 0000000..41ee937
--- /dev/null
+++ b/src/crud/subscribe/subscribe-recorder.js
@@ -0,0 +1,55 @@
+export const tableOption = {
+ searchMenuSpan: 6,
+ searchLabelWidth:120,
+ columnBtn: false,
+ border: true,
+ selection: false,
+ index: false,
+ indexLabel: '序号',
+ stripe: true,
+ menuAlign: 'center',
+ menuWidth: 350,
+ align: 'center',
+ refreshBtn: true,
+ searchSize: 'mini',
+ addBtn: false,
+ editBtn: false,
+ delBtn: false,
+ viewBtn: false,
+ menu:false,
+ props: {
+ label: 'label',
+ value: 'value'
+ },
+ column: [{
+ label: 'ID',
+ prop: 'purchasingId',
+ }, {
+ label: 'UID',
+ prop: 'uuid',
+ }, {
+ label: '用户名',
+ prop: 'userName',
+ placeholder:'用户名UID',
+ search: true,
+ }, {
+ label: '认购付款币种数量',
+ prop: 'payCurrencyQuantity',
+ search: false,
+ }, {
+ label: '支付币种',
+ prop: 'payCurrency',
+ }, {
+ label: '申购时间',
+ prop: 'subscriptionStartTime'
+ }, {
+ label: '所属项目种类',
+ prop: 'projectTypeName'
+ }, {
+ label: '申购项目名称',
+ prop: 'projectName'
+ }, {
+ label: '申购项目币种数量',
+ prop: 'currencyQuantity'
+ }]
+}
--
Gitblit v1.9.3