Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
video-monitoring
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
刘怀志
video-monitoring
Commits
8cf4c345
Commit
8cf4c345
authored
Aug 03, 2024
by
69237
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev-sunyu' into dev-sunyu
parents
12101ec5
1e401d4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
5 deletions
+25
-5
index.vue
src/views/employee/index.vue
+25
-5
No files found.
src/views/employee/index.vue
View file @
8cf4c345
...
...
@@ -43,15 +43,34 @@
<!-- @keyup.enter.native="handleQuery"-->
<!-- />-->
<!--
</el-form-item>
-->
<el-form-item
prop=
"userName"
>
<el-input
v-model=
"queryParams.userName"
placeholder=
"请输入账号"
clearable
style=
"width: 200px"
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
prop=
"nickName"
>
<el-input
v-model=
"queryParams.nickName"
placeholder=
"请输入员工姓名"
clearable
style=
"width: 200px"
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
prop=
"phonenumber"
>
<el-input
v-model=
"queryParams.phonenumber"
placeholder=
"请输入
账号/员工姓名/
手机号码"
placeholder=
"请输入手机号码"
clearable
style=
"width: 2
4
0px"
style=
"width: 2
0
0px"
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
prop=
"status"
>
<el-select
v-model=
"queryParams.status"
...
...
@@ -169,14 +188,14 @@
icon=
"el-icon-view"
></el-button>
-->
<el-button
size=
"m
ini
"
size=
"m
edium
"
style=
"border: transparent"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
></el-button>
<el-button
size=
"m
ini
"
style=
"border: transparent"
size=
"m
edium
"
style=
"border: transparent
"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
></el-button>
...
...
@@ -560,6 +579,7 @@ export default {
pageNum
:
1
,
pageSize
:
10
,
userName
:
undefined
,
nickName
:
undefined
,
phonenumber
:
undefined
,
status
:
undefined
,
deptId
:
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