Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
c8aac694
Commit
c8aac694
authored
Mar 31, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
83c056ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
platformFinancial.vue
src/components/FinancialModule/platformFinancial.vue
+23
-0
No files found.
src/components/FinancialModule/platformFinancial.vue
View file @
c8aac694
...
@@ -109,6 +109,18 @@
...
@@ -109,6 +109,18 @@
<span
v-else
>
{{
scope
.
row
.
WaitMoney
}}
</span>
<span
v-else
>
{{
scope
.
row
.
WaitMoney
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"Lately7Day"
label=
"近7天可能回款"
sortable
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
Lately7Day
}}
</span>
<span
v-else
>
{{
scope
.
row
.
Lately7Day
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"Lately15Day"
label=
"近15天可能回款"
sortable
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
Lately15Day
}}
</span>
<span
v-else
>
{{
scope
.
row
.
Lately15Day
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"Wait15Money"
label=
"超15天未申请"
sortable
>
<el-table-column
prop=
"Wait15Money"
label=
"超15天未申请"
sortable
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
Wait15Money
}}
</span>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
Wait15Money
}}
</span>
...
@@ -351,6 +363,17 @@
...
@@ -351,6 +363,17 @@
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
prop=
""
prop=
""
label=
"近期情况"
show-overflow-tooltip
width=
"160"
>
<
template
slot-scope=
"scope"
>
<p
v-if=
"scope.row.LatelyType>0"
>
{{
(
scope
.
row
.
LatelyType
==
1
?
"近7天可能回款"
:
"进15天可能回款"
)
}}
</p>
<p>
出团:
{{
scope
.
row
.
OutStartDate
}}
</p>
<p>
可申:
{{
scope
.
row
.
CanApply
}}
</p>
<p
v-if=
"scope.row.ApplyDate !=''"
>
开票:
{{
scope
.
row
.
ApplyDate
}}
</p>
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"特殊标记"
label=
"特殊标记"
show-overflow-tooltip
width=
"120"
>
show-overflow-tooltip
width=
"120"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
...
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