mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-01 19:24:58 +08:00
【功能优化】全局:接入 V2 版本操作日志
This commit is contained in:
parent
9e44a6cf0f
commit
d88707b306
@ -14,7 +14,6 @@ export type OperateLogVO = {
|
|||||||
requestMethod: string
|
requestMethod: string
|
||||||
requestUrl: string
|
requestUrl: string
|
||||||
userIp: string
|
userIp: string
|
||||||
userAgent: string
|
|
||||||
creator: string
|
creator: string
|
||||||
creatorName: string
|
creatorName: string
|
||||||
createTime: Date
|
createTime: Date
|
||||||
|
@ -35,10 +35,10 @@
|
|||||||
class="!w-240px"
|
class="!w-240px"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="操作模块" prop="subType">
|
<el-form-item label="操作名" prop="subType">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="queryParams.subType"
|
v-model="queryParams.subType"
|
||||||
placeholder="请输入操作模块"
|
placeholder="请输入操作名"
|
||||||
clearable
|
clearable
|
||||||
@keyup.enter="handleQuery"
|
@keyup.enter="handleQuery"
|
||||||
class="!w-240px"
|
class="!w-240px"
|
||||||
@ -105,7 +105,7 @@
|
|||||||
:formatter="dateFormatter"
|
:formatter="dateFormatter"
|
||||||
/>
|
/>
|
||||||
<el-table-column label="业务编号" align="center" prop="bizId" width="120" />
|
<el-table-column label="业务编号" align="center" prop="bizId" width="120" />
|
||||||
<el-table-column label="IP" align="center" prop="userIp" width="120" />
|
<el-table-column label="操作 IP" align="center" prop="userIp" width="120" />
|
||||||
<el-table-column label="操作" align="center" fixed="right" width="60">
|
<el-table-column label="操作" align="center" fixed="right" width="60">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-button
|
<el-button
|
||||||
|
Loading…
Reference in New Issue
Block a user