File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ export type OperateLogVO = {
14
14
requestMethod : string
15
15
requestUrl : string
16
16
userIp : string
17
- userAgent : string
18
17
creator : string
19
18
creatorName : string
20
19
createTime : Date
Original file line number Diff line number Diff line change 35
35
class =" !w-240px"
36
36
/>
37
37
</el-form-item >
38
- <el-form-item label =" 操作模块 " prop =" subType" >
38
+ <el-form-item label =" 操作名 " prop =" subType" >
39
39
<el-input
40
40
v-model =" queryParams.subType"
41
- placeholder =" 请输入操作模块 "
41
+ placeholder =" 请输入操作名 "
42
42
clearable
43
43
@keyup.enter =" handleQuery"
44
44
class =" !w-240px"
105
105
:formatter =" dateFormatter"
106
106
/>
107
107
<el-table-column label =" 业务编号" align =" center" prop =" bizId" width =" 120" />
108
- <el-table-column label =" IP" align =" center" prop =" userIp" width =" 120" />
108
+ <el-table-column label =" 操作 IP" align =" center" prop =" userIp" width =" 120" />
109
109
<el-table-column label =" 操作" align =" center" fixed =" right" width =" 60" >
110
110
<template #default =" scope " >
111
111
<el-button
You can’t perform that action at this time.
0 commit comments