Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
ffbf4754
Commit
ffbf4754
authored
Dec 24, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c079874d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
marketCommissionfrom.vue
src/components/finance/marketCommissionfrom.vue
+1
-1
commissionRule.vue
src/pages/financial/market/commissionRule.vue
+2
-2
No files found.
src/components/finance/marketCommissionfrom.vue
View file @
ffbf4754
...
...
@@ -359,7 +359,7 @@ export default {
}
else
{
const
needle
=
val
.
toLowerCase
();
this
.
myCourseList
=
this
.
allCourseList
.
filter
(
v
=>
v
.
C
at
eName
.
toLowerCase
().
indexOf
(
needle
)
>
-
1
);
this
.
myCourseList
=
this
.
allCourseList
.
filter
(
v
=>
v
.
C
ours
eName
.
toLowerCase
().
indexOf
(
needle
)
>
-
1
);
}
})
},
...
...
src/pages/financial/market/commissionRule.vue
View file @
ffbf4754
...
...
@@ -183,13 +183,13 @@
<tr>
<td
rowspan=
"2"
width=
"100"
style=
"min-width: 100px;"
>
提成比例
</td>
<th
style=
"min-width: 2
6
0px;"
<th
style=
"min-width: 2
2
0px;"
v-for=
"( son , sIndex ) in item.RateList"
:key=
"sIndex"
>
{{
son
.
StartValue
}}
<span>
{{
son
.
EndValue
&&
son
.
EndValue
!=-
1
?
'<业绩<='
:
'<业绩'
}}
</span><span
v-if=
"son.EndValue && son.EndValue!=-1"
>
{{
son
.
EndValue
}}
</span></th>
</tr>
<tr
style=
""
>
<td
style=
"min-width: 2
6
0px;"
v-for=
"( son , sIndex ) in item.RateList"
:key=
"sIndex"
>
{{
son
.
Rate
}}
%
</td>
<td
style=
"min-width: 2
2
0px;"
v-for=
"( son , sIndex ) in item.RateList"
:key=
"sIndex"
>
{{
son
.
Rate
}}
%
</td>
</tr>
</table>
...
...
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