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
66635d53
Commit
66635d53
authored
Aug 02, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改新增用户界面
parent
1c30a5a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
index.vue
src/views/employee/index.vue
+4
-10
No files found.
src/views/employee/index.vue
View file @
66635d53
...
...
@@ -296,13 +296,13 @@
</el-form-item>
</el-col>
</el-row>-->
<el-row>
<!--
<el-row>
<el-col :span="12">
<el-form-item label="创建账号">
<el-input v-model="form.createBy" maxlength="11" ></el-input>
</el-form-item>
</el-col>
<!--
<el-col :span="12">
<el-col :span="12">
<el-form-item label="创建时间" >
<el-date-picker
v-model="form.createTime"
...
...
@@ -310,8 +310,8 @@
placeholder="选择日期和时间">
</el-date-picker>
</el-form-item>
</el-col>
-->
</el-row>
</el-col>
</el-row>
-->
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"备注"
>
...
...
@@ -815,12 +815,6 @@ export default {
submitForm
:
function
()
{
this
.
$refs
[
"form"
].
validate
(
valid
=>
{
if
(
valid
)
{
// 检查电话号码是否为空
if
(
!
this
.
form
.
phonenumber
)
{
this
.
form
.
phonenumber
=
'15555555555'
;
// 默认电话号码
}
if
(
this
.
form
.
userId
!==
undefined
)
{
// 更新现有记录
updateUser
(
this
.
form
).
then
(
response
=>
{
...
...
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