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