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"
/>
+