Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0cef9d78
authored
Aug 11, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
68f7c064
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/Info/subAccount.vue
src/views/Info/subAccount.vue
View file @
0cef9d78
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
<el-form-item
label=
"子账号"
prop=
"mobile"
>
<el-form-item
label=
"子账号"
prop=
"mobile"
>
<el-input
v-model=
"formParam.mobile"
placeholder=
"请输入子账号"
@
keyup
.
enter
.
native=
"submit"
clearable
maxlength=
"30"
></el-input>
<el-input
v-model=
"formParam.mobile"
placeholder=
"请输入子账号"
@
keyup
.
enter
.
native=
"submit"
clearable
maxlength=
"30"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"
名称
"
prop=
"name"
>
<el-form-item
label=
"
联系人
"
prop=
"name"
>
<el-input
v-model=
"formParam.name"
placeholder=
"请输入
子账号
"
@
keyup
.
enter
.
native=
"submit"
clearable
max=
"30"
></el-input>
<el-input
v-model=
"formParam.name"
placeholder=
"请输入
联系人
"
@
keyup
.
enter
.
native=
"submit"
clearable
max=
"30"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"status"
>
<el-form-item
label=
"状态"
prop=
"status"
>
<el-select
v-model=
"formParam.status"
placeholder=
"请选择"
clearable
>
<el-select
v-model=
"formParam.status"
placeholder=
"请选择"
clearable
>
...
...
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