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
ce2180ce
Commit
ce2180ce
authored
Dec 23, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d062d86c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
AchievementsForOrderList.vue
src/pages/financial/market/AchievementsForOrderList.vue
+3
-3
AchievementsUserDetailList.vue
src/pages/financial/market/AchievementsUserDetailList.vue
+3
-3
marketStatistics.vue
src/pages/financial/market/marketStatistics.vue
+4
-4
No files found.
src/pages/financial/market/AchievementsForOrderList.vue
View file @
ce2180ce
...
...
@@ -109,16 +109,16 @@
</el-table-column>
<el-table-column
prop=
"TotalHours"
label=
"课时统计"
width=
"160"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.TotalHours"
>
总计课时
:
{{
scope
.
row
.
TotalHours
}}
</div>
<div
v-if=
"scope.row.TotalHours"
>
总计课时
:
{{
scope
.
row
.
TotalHours
}}
</div>
<div
v-if=
"scope.row.TotalLearn"
>
学习课时
:
<div
学习课时
:
<div
style=
" display: inline-block;cursor: pointer;text-decoration: underline;"
@
click=
"goUrlkehao('/financial/studentsClassfee', scope.row)"
>
{{
scope
.
row
.
TotalLearn
}}
</div>
</div>
<div
v-if=
"scope.row.CurrentHours"
>
当期课时
:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
>
当期课时
:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
</
template
>
</el-table-column>
<!-- <el-table-column prop="TotalHours" label="总课时"> </el-table-column>
...
...
src/pages/financial/market/AchievementsUserDetailList.vue
View file @
ce2180ce
...
...
@@ -194,16 +194,16 @@
</el-table-column>
<el-table-column
prop=
"TotalHours"
label=
"课时统计"
width=
"160"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.TotalHours"
>
总计课时
:
{{
scope
.
row
.
TotalHours
}}
</div>
<div
v-if=
"scope.row.TotalHours"
>
总计课时
:
{{
scope
.
row
.
TotalHours
}}
</div>
<div
v-if=
"scope.row.TotalLearn"
>
学习课时
:
<div
学习课时
:
<div
style=
" display: inline-block;cursor: pointer;text-decoration: underline;"
@
click=
"goUrlkehao('/financial/studentsClassfee', scope.row)"
>
{{
scope
.
row
.
TotalLearn
}}
</div>
</div>
<div
v-if=
"scope.row.CurrentHours"
>
当期课时
:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
>
当期课时
:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
</
template
>
</el-table-column>
...
...
src/pages/financial/market/marketStatistics.vue
View file @
ce2180ce
...
...
@@ -101,7 +101,7 @@
</div>
</div>
<div
class=
"page-search row items-center"
style=
"justify-content: space-between;"
>
<span
style=
"font-size: 20px;font-weight: 400;"
>
提成统计
<span
style=
"font-size: 16px;"
>
(提成总计
:
{{TotalCommission}})
</span>
</span>
<span
style=
"font-size: 20px;font-weight: 400;"
>
提成统计
<span
style=
"font-size: 16px;"
>
(提成总计
:
{{TotalCommission}})
</span>
</span>
<q-btn
color=
"primary"
size=
"11px"
label=
"导出"
@
click=
"tcexport"
style=
"margin-left:10px"
/>
</div>
<
template
>
...
...
@@ -163,9 +163,9 @@
</el-table-column>
<el-table-column
prop=
"TotalHours"
label=
"课时统计"
width=
'160'
>
<
template
slot-scope=
"scope"
>
<div>
总计课时
:
{{
scope
.
row
.
TotalHours
}}
</div>
<div>
学习课时
:
{{
scope
.
row
.
TotalLearn
}}
</div>
<div>
当期课时
:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
<div>
总计课时
:
{{
scope
.
row
.
TotalHours
}}
</div>
<div>
学习课时
:
{{
scope
.
row
.
TotalLearn
}}
</div>
<div>
当期课时
:
{{
scope
.
row
.
CurrentHours
>=
0
?
scope
.
row
.
CurrentHours
:
'-'
}}
</div>
</
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