diff --git a/src/api/userPermissions.js b/src/api/userPermissions.js
index 54edf3d..3f5713a 100644
--- a/src/api/userPermissions.js
+++ b/src/api/userPermissions.js
@@ -47,6 +47,15 @@ export function logMListApi(params) {
});
}
+// deepMate操作日志
+export function logDeepMateApi(params) {
+ return request({
+ url: base_url + "/admin/deepMate/operation/record/list",
+ method: "post",
+ data: params,
+ });
+}
+
// 行情期限--获取用户列表
export function userMListApi(params) {
return request({
diff --git a/src/views/UserPermissions/LogDeepMate.vue b/src/views/UserPermissions/LogDeepMate.vue
index 238d6f5..e6ba670 100644
--- a/src/views/UserPermissions/LogDeepMate.vue
+++ b/src/views/UserPermissions/LogDeepMate.vue
@@ -23,7 +23,8 @@
-
+
+
@@ -53,7 +54,7 @@