Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
21fe5904
Commit
21fe5904
authored
Aug 11, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ed2b1176
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
229 additions
and
41 deletions
+229
-41
pintuanActive.vue
src/components/pintuan/pintuanActive.vue
+197
-37
distributePrice.vue
src/components/pintuan/pintuanPlugin/distributePrice.vue
+32
-4
No files found.
src/components/pintuan/pintuanActive.vue
View file @
21fe5904
This diff is collapsed.
Click to expand it.
src/components/pintuan/pintuanPlugin/distributePrice.vue
View file @
21fe5904
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<el-tag
type=
"danger"
>
3人团
</el-tag>
<el-tag
type=
"danger"
>
3人团
</el-tag>
</div>
</div>
<label
style=
"margin-bottom:0;padding:18px 10px;"
>
批量设置
</label>
<label
style=
"margin-bottom:0;padding:18px 10px;"
>
批量设置
</label>
<el-select
placeholder=
"请选择层级"
style=
"width:130px;"
size=
"small"
>
<el-select
placeholder=
"请选择层级"
v-model=
"fenxiao"
style=
"width:130px;"
size=
"small"
>
<el-option
label=
"一级分销"
:value=
"1"
></el-option>
<el-option
label=
"一级分销"
:value=
"1"
></el-option>
<el-option
label=
"二级分销"
:value=
"2"
></el-option>
<el-option
label=
"二级分销"
:value=
"2"
></el-option>
</el-select>
</el-select>
...
@@ -50,8 +50,26 @@
...
@@ -50,8 +50,26 @@
</el-input>
</el-input>
<el-button
size=
"small"
type=
"primary"
>
设置
</el-button>
<el-button
size=
"small"
type=
"primary"
>
设置
</el-button>
</div>
</div>
<el-table>
<el-table
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width: 100%;border:1px solid #E8EAEE"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
>
</el-table-column>
<el-table-column
label=
"等级名称"
prop=
"leval"
width=
"100"
>
</el-table-column>
<el-table-column
label=
"一级分销"
width=
"576"
>
<
template
slot-scope=
"scope"
>
<el-input
type=
"text"
size=
"small"
v-model=
"scope.row.yiji"
>
<el-button
slot=
"append"
>
元
</el-button>
</el-input>
</
template
>
</el-table-column>
<el-table-column
label=
"二级分销"
width=
"575"
>
<
template
slot-scope=
"scope"
>
<el-input
type=
"text"
size=
"small"
v-model=
"scope.row.erji"
>
<el-button
slot=
"append"
>
元
</el-button>
</el-input>
</
template
>
</el-table-column>
</el-table>
</el-table>
</div>
</div>
</el-card>
</el-card>
...
@@ -67,17 +85,27 @@
...
@@ -67,17 +85,27 @@
},
},
data
()
{
data
()
{
return
{
return
{
fenxiao
:
0
,
msg
:
{
msg
:
{
individual_share
:
1
,
individual_share
:
1
,
share_type
:
0
share_type
:
0
},
tableData
:[
{
leval
:
'默认等级'
,
yiji
:
0
,
erji
:
3
}
}
]
};
};
},
},
created
()
{
created
()
{
},
},
methods
:
{
methods
:
{
handleSelectionChange
(){
}
},
},
mounted
()
{
mounted
()
{
...
...
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