Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
0a17ac68
Commit
0a17ac68
authored
Oct 13, 2022
by
sunhongwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改搜索参数
parent
7694bfad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/system/operatelog/index.vue
+5
-5
No files found.
src/views/system/operatelog/index.vue
View file @
0a17ac68
...
...
@@ -2,11 +2,11 @@
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
v-show=
"showSearch"
label-width=
"68px"
>
<el-form-item
label=
"系统模块"
prop=
"title"
>
<el-input
v-model=
"queryParams.
tit
le"
placeholder=
"请输入系统模块"
clearable
style=
"width: 240px;"
<el-input
v-model=
"queryParams.
modu
le"
placeholder=
"请输入系统模块"
clearable
style=
"width: 240px;"
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"操作人员"
prop=
"operName"
>
<el-input
v-model=
"queryParams.
operN
ame"
placeholder=
"请输入操作人员"
clearable
style=
"width: 240px;"
<el-input
v-model=
"queryParams.
userNickn
ame"
placeholder=
"请输入操作人员"
clearable
style=
"width: 240px;"
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"类型"
prop=
"type"
>
...
...
@@ -156,9 +156,9 @@ export default {
queryParams
:
{
pageNo
:
1
,
pageSize
:
10
,
tit
le
:
undefined
,
operN
ame
:
undefined
,
businessT
ype
:
undefined
,
modu
le
:
undefined
,
userNickn
ame
:
undefined
,
t
ype
:
undefined
,
status
:
undefined
},
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment