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
68f7c064
authored
Aug 11, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改名字
parent
bd90d85f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/views/Info/subAccount.vue
src/views/Info/subAccountAdd.vue
src/views/Info/subAccountEdit.vue
src/views/Info/subAccount.vue
View file @
68f7c064
...
...
@@ -45,7 +45,7 @@
<div
class=
"data-box"
>
<el-table
key=
"listTable"
:data=
"tableData"
border
max-height=
"600"
highlight-current-row
>
<el-table-column
prop=
"mobile"
label=
"子账号"
width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"name"
label=
"
名称
"
align=
"center"
></el-table-column>
<el-table-column
prop=
"name"
label=
"
联系人
"
align=
"center"
></el-table-column>
<el-table-column
prop=
"status_cn"
label=
"状态"
width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"create_type_cn"
label=
"创建渠道"
width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
<el-table-column
prop=
"create_time_cn"
label=
"创建时间"
width=
"200"
:show-overflow-tooltip=
"true"
align=
"center"
></el-table-column>
...
...
src/views/Info/subAccountAdd.vue
View file @
68f7c064
...
...
@@ -10,8 +10,8 @@
<el-form-item
label=
"密码"
prop=
"password_raw"
>
<el-input
placeholder=
"请输入登录密码"
v-model=
"formParam.password_raw"
show-password
></el-input>
</el-form-item>
<el-form-item
label=
"
名称
"
prop=
"name"
>
<el-input
v-model=
"formParam.name"
placeholder=
"请输入
名称
"
maxlength=
"10"
></el-input>
<el-form-item
label=
"
联系人
"
prop=
"name"
>
<el-input
v-model=
"formParam.name"
placeholder=
"请输入
联系人
"
maxlength=
"10"
></el-input>
</el-form-item>
<el-form-item
label=
"邮箱"
prop=
"email"
>
<el-input
v-model=
"formParam.email"
placeholder=
"请输入邮箱"
></el-input>
...
...
src/views/Info/subAccountEdit.vue
View file @
68f7c064
...
...
@@ -10,8 +10,8 @@
<el-form-item
label=
"密码"
prop=
"password_raw"
>
<el-input
placeholder=
"请输入登录密码"
v-model=
"formParam.password_raw"
show-password
></el-input>
</el-form-item>
<el-form-item
label=
"
名称
"
prop=
"name"
>
<el-input
v-model=
"formParam.name"
placeholder=
"请输入
名称
"
maxlength=
"10"
></el-input>
<el-form-item
label=
"
联系人
"
prop=
"name"
>
<el-input
v-model=
"formParam.name"
placeholder=
"请输入
联系人
"
maxlength=
"10"
></el-input>
</el-form-item>
<el-form-item
label=
"邮箱"
prop=
"email"
>
<el-input
v-model=
"formParam.email"
placeholder=
"请输入邮箱"
></el-input>
...
...
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