Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
06ce1b0d
Commit
06ce1b0d
authored
Sep 22, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金修改
parent
ac11d887
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
91 additions
and
64 deletions
+91
-64
index.vue
src/views/ecw/customerCommission/index.vue
+2
-2
customSelectorsDictionary.vue
.../ecw/customerCommissionInfo/customSelectorsDictionary.vue
+5
-0
index.vue
src/views/ecw/customerCommissionInfo/index.vue
+84
-62
No files found.
src/views/ecw/customerCommission/index.vue
View file @
06ce1b0d
...
...
@@ -53,7 +53,7 @@
<el-button
icon=
"el-icon-refresh"
@
click=
"resetQuery"
>
重置
</el-button></div>
<div
style=
"flex: 1; text-align: right;"
>
<router-link
:to=
"'/customerCommissionInfo/'+ 0 "
>
<el-button>
佣金设置
</el-button>
<el-button
type=
"primary"
>
佣金设置
</el-button>
</router-link>
</div>
</div>
...
...
@@ -119,7 +119,7 @@
</el-table-column>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"200px"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button
>
<!--
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-edit"
@
click=
"handleUpdate(scope.row)"
>
编辑
</el-button>
--
>
<el-button
size=
"mini"
type=
"text"
icon=
"el-icon-delete"
@
click=
"handleDelete(scope.row)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
src/views/ecw/customerCommissionInfo/customSelectorsDictionary.vue
View file @
06ce1b0d
<
template
>
<el-select
v-if=
"options"
v-model=
"selectVal"
placeholder=
"请选择"
>
<el-option
v-if=
"allShow"
label=
"全部"
:value=
'0'
></el-option>
<el-option
v-for=
"item in options"
:key=
"item[valueKey]"
...
...
@@ -26,6 +27,10 @@ export default {
type
:
String
,
default
:
'
value
'
,
},
allShow
:{
type
:
Boolean
,
default
:
false
}
},
data
(){
return
{
...
...
src/views/ecw/customerCommissionInfo/index.vue
View file @
06ce1b0d
This diff is collapsed.
Click to expand it.
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