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
cf9fb494
Commit
cf9fb494
authored
Jan 06, 2020
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合伙儿人
parent
6c07d04f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
commissionSettings.vue
src/views/purseManage/commissionSettings.vue
+2
-2
gainRecord.vue
src/views/purseManage/gainRecord.vue
+1
-1
No files found.
src/views/purseManage/commissionSettings.vue
View file @
cf9fb494
...
...
@@ -15,7 +15,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"24"
v-if=
"item.level==
2
"
>
<el-col
:span=
"24"
v-if=
"item.level==
3
"
>
<el-form-item
label=
"合伙人分销提成"
>
<el-input
v-model=
"item.extract"
...
...
@@ -28,7 +28,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"24"
v-if=
"item.level==
3
"
>
<el-col
:span=
"24"
v-if=
"item.level==
5
"
>
<el-form-item
label=
"代理人分销提成"
>
<el-input
v-model=
"item.extract"
...
...
src/views/purseManage/gainRecord.vue
View file @
cf9fb494
...
...
@@ -55,7 +55,7 @@
<el-table-column
align=
"center"
label=
"来源"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
source
User
Name
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
sourceName
||
'-'
}}
</span>
</
template
>
</el-table-column>
...
...
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