Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
4ad1da78
Commit
4ad1da78
authored
Aug 21, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改用户列表
parent
df2c65e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/userManagement/memberManagement/index.vue
+4
-4
No files found.
src/views/userManagement/memberManagement/index.vue
View file @
4ad1da78
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
<el-row>
<el-row>
<el-col
:span=
"16"
>
<el-col
:span=
"16"
>
<el-form-item
label=
"等级"
prop=
"level"
>
<el-form-item
label=
"等级"
prop=
"level"
>
<el-input
type=
"
text"
v-model=
"add.level"
placeholder=
"请填会员等级"
></el-input>
<el-input
type=
"
number"
min=
"0"
v-model=
"add.level"
placeholder=
"请填会员等级"
v-enterNumber
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
<el-row>
<el-row>
<el-col
:span=
"16"
>
<el-col
:span=
"16"
>
<el-form-item
label=
"折扣"
prop=
"discount"
>
<el-form-item
label=
"折扣"
prop=
"discount"
>
<el-input
type=
"
text
"
v-model=
"add.discount"
<el-input
type=
"
number"
min=
"0
"
v-model=
"add.discount"
placeholder=
"请填写折扣"
></el-input>
placeholder=
"请填写折扣"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -90,14 +90,14 @@
...
@@ -90,14 +90,14 @@
<el-row>
<el-row>
<el-col
:span=
"16"
>
<el-col
:span=
"16"
>
<el-form-item
label=
"免费天数"
prop=
"number"
>
<el-form-item
label=
"免费天数"
prop=
"number"
>
<el-input
type=
"
text"
v-model=
"add.number"
placeholder=
"请填免费天数"
></el-input>
<el-input
type=
"
number"
min=
"0"
v-model=
"add.number"
placeholder=
"请填免费天数"
v-enterNumber
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<el-row>
<el-col
:span=
"16"
>
<el-col
:span=
"16"
>
<el-form-item
label=
"价格"
prop=
"price"
>
<el-form-item
label=
"价格"
prop=
"price"
>
<el-input
type=
"
text
"
v-model=
"add.price"
placeholder=
"请填价格"
></el-input>
<el-input
type=
"
number"
min=
"0
"
v-model=
"add.price"
placeholder=
"请填价格"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
...
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