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
dbcb820f
Commit
dbcb820f
authored
Feb 17, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a2aba69b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
1 deletion
+33
-1
platformFinancial.vue
src/components/FinancialModule/platformFinancial.vue
+33
-1
No files found.
src/components/FinancialModule/platformFinancial.vue
View file @
dbcb820f
...
@@ -77,16 +77,48 @@
...
@@ -77,16 +77,48 @@
</
template
>
</
template
>
</div>
</div>
</div>
-->
</div>
-->
<el-table
:data=
"multipleSelection"
stripe
max-height=
"
40
0px"
highlight-current-row
>
<el-table
:data=
"multipleSelection"
stripe
max-height=
"
32
0px"
highlight-current-row
>
<el-table-column
prop=
"Alias"
label=
"平台名称"
>
<el-table-column
prop=
"Alias"
label=
"平台名称"
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
Alias
}}
</span>
<span
v-else
>
{{
scope
.
row
.
Alias
}}
</span>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"TotalMoney"
label=
"在途总额"
sortable
>
<el-table-column
prop=
"TotalMoney"
label=
"在途总额"
sortable
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
TotalMoney
}}
</span>
<span
v-else
>
{{
scope
.
row
.
TotalMoney
}}
</span>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"RemitMoney"
label=
"可提现"
sortable
>
<el-table-column
prop=
"RemitMoney"
label=
"可提现"
sortable
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
RemitMoney
}}
</span>
<span
v-else
>
{{
scope
.
row
.
RemitMoney
}}
</span>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"InvoiceMoney"
label=
"已申请"
sortable
>
<el-table-column
prop=
"InvoiceMoney"
label=
"已申请"
sortable
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
InvoiceMoney
}}
</span>
<span
v-else
>
{{
scope
.
row
.
InvoiceMoney
}}
</span>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"WaitMoney"
label=
"待申请"
sortable
>
<el-table-column
prop=
"WaitMoney"
label=
"待申请"
sortable
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
WaitMoney
}}
</span>
<span
v-else
>
{{
scope
.
row
.
WaitMoney
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"Wait15Money"
label=
"超15天未申请"
sortable
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
Wait15Money
}}
</span>
<span
v-else
>
{{
scope
.
row
.
Wait15Money
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"Wait20Invoice"
label=
"超20天未回款"
sortable
>
<
template
slot-scope=
"scope"
>
<span
v-if=
"scope.row.Alias=='平台在途总额'"
style=
"color: #00C6FF;"
>
{{
scope
.
row
.
Wait20Invoice
}}
</span>
<span
v-else
>
{{
scope
.
row
.
Wait20Invoice
}}
</span>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-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