From 5660d2b3880db7b3c722f12d017d70b173df7ab3 Mon Sep 17 00:00:00 2001
From: dute7liang <383200134@qq.com>
Date: Sun, 31 Dec 2023 18:40:53 +0800
Subject: [PATCH] init
---
src/views/cai/consumeLog/consume-log-info.vue | 161 ++++++++++++++++++
src/views/cai/consumeLog/index.vue | 11 +-
src/views/cai/guardLog/index.vue | 11 ++
src/views/cai/userGift/index.vue | 11 ++
4 files changed, 193 insertions(+), 1 deletion(-)
create mode 100644 src/views/cai/consumeLog/consume-log-info.vue
diff --git a/src/views/cai/consumeLog/consume-log-info.vue b/src/views/cai/consumeLog/consume-log-info.vue
new file mode 100644
index 0000000..75ac001
--- /dev/null
+++ b/src/views/cai/consumeLog/consume-log-info.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+ {{info.id}}
+
+
+
+
+
+
+
+
+
+
+
+ {{info.opCreate}}
+
+
+ {{info.createTime}}
+
+
+
+
+
+
+ {{info.amount}}
+
+
+ {{info.sourceUsercode}}
+
+
+ {{info.sourcePhone}}
+
+
+
+
+
+
+ {{info.anchorAmount}}
+
+
+ {{info.targetUsercode}}
+
+
+ {{info.targetPhone}}
+
+
+ {{info.targetRate}}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{info.oneAmount}}
+
+
+ {{info.oneUsercode}}
+
+
+ {{info.onePhone}}
+
+
+ {{info.oneRate}}
+
+
+
+
+
+
+
+
+
+ {{info.unionAmount}}
+
+
+ {{info.unionUsercode}}
+
+
+ {{info.unionPhone}}
+
+
+ {{info.unionRate}}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/cai/consumeLog/index.vue b/src/views/cai/consumeLog/index.vue
index 68ab2e6..b947eb4 100644
--- a/src/views/cai/consumeLog/index.vue
+++ b/src/views/cai/consumeLog/index.vue
@@ -125,18 +125,24 @@
:limit.sync="queryParams.pageSize"
@pagination="getList"
/>
+