From 04d9e55c509cfaa41a29282c425d2d0b293638e8 Mon Sep 17 00:00:00 2001
From: liruiqiang <3151805288@qq.com>
Date: Thu, 20 Nov 2025 10:21:53 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A1=8C=E6=83=85=E6=9C=9F=E9=99=90-=E6=93=8D?=
=?UTF-8?q?=E4=BD=9C=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/userPermissions.js | 9 ++
src/views/UserPermissions/LogMarket.vue | 210 +++++++++++++++++++++++++++++++-
2 files changed, 214 insertions(+), 5 deletions(-)
diff --git a/src/api/userPermissions.js b/src/api/userPermissions.js
index fcbf218..0c1c54c 100644
--- a/src/api/userPermissions.js
+++ b/src/api/userPermissions.js
@@ -19,6 +19,15 @@ export function userMListApi(params) {
});
}
+// 行情期限--操作日志
+export function logMListApi(params) {
+ return request({
+ url: base_url + "/admin/market/loglist",
+ method: "post",
+ data: params,
+ });
+}
+
// 获取导出列表
export function exportListApi(params) {
return request({
diff --git a/src/views/UserPermissions/LogMarket.vue b/src/views/UserPermissions/LogMarket.vue
index 17bcab3..5a9e61a 100644
--- a/src/views/UserPermissions/LogMarket.vue
+++ b/src/views/UserPermissions/LogMarket.vue
@@ -1,13 +1,213 @@
-
+
+
+
+ 返回上一页
+
+
+
+
+
+
+
+
+ 行情权限
+
+
+
+
+
+
+
+ {{ scope.row.note }}
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file