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
98b7ed23
Commit
98b7ed23
authored
Aug 01, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全选反选功能完成
parent
7939775b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
index.vue
src/views/employee/index.vue
+3
-2
No files found.
src/views/employee/index.vue
View file @
98b7ed23
...
@@ -302,7 +302,7 @@
...
@@ -302,7 +302,7 @@
<el-input
v-model=
"form.createBy"
maxlength=
"11"
></el-input>
<el-input
v-model=
"form.createBy"
maxlength=
"11"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<!--
<el-col :span="12">
<el-form-item label="创建时间" >
<el-form-item label="创建时间" >
<el-date-picker
<el-date-picker
v-model="form.createTime"
v-model="form.createTime"
...
@@ -310,7 +310,7 @@
...
@@ -310,7 +310,7 @@
placeholder="选择日期和时间">
placeholder="选择日期和时间">
</el-date-picker>
</el-date-picker>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
-->
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
>
...
@@ -662,6 +662,7 @@ export default {
...
@@ -662,6 +662,7 @@ export default {
// 取消按钮
// 取消按钮
cancel
()
{
cancel
()
{
this
.
open
=
false
;
this
.
open
=
false
;
this
.
userupdate
=
false
;
this
.
reset
();
this
.
reset
();
},
},
// 表单重置
// 表单重置
...
...
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