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
669ad157
Commit
669ad157
authored
1 week ago
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
dfb6cab0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
platformFinancial.vue
src/components/FinancialModule/platformFinancial.vue
+4
-4
No files found.
src/components/FinancialModule/platformFinancial.vue
View file @
669ad157
...
...
@@ -286,7 +286,7 @@
</
template
>
</template>
</el-table-column>
<el-table-column
prop=
""
:label=
"$t('tips.jiaoyifangshi')"
show-overflow-tooltip
width=
"
30
0"
>
<el-table-column
prop=
""
:label=
"$t('tips.jiaoyifangshi')"
show-overflow-tooltip
width=
"
28
0"
>
<
template
slot-scope=
"scope"
>
<div>
<template
v-if=
"scope.row.TradeWayList&&scope.row.TradeWayList.length>0"
>
...
...
@@ -313,7 +313,7 @@
<el-table-column
prop=
""
:label=
"$t('fnc.feiyongleixing')"
show-overflow-tooltip
width=
"1
5
0"
>
show-overflow-tooltip
width=
"1
3
0"
>
<
template
slot-scope=
"scope"
>
<template
v-for=
"(s,si) in scope.row.CostTypeList"
>
<span
style=
"background-color: rgba(64,158,255,.1);display: inline-block;padding: 0 5px;height: 22px;line-height: 20px;font-size: 12px;color: #646464;border-radius: 4px;box-sizing: border-box;border: 1px solid rgba(64,158,255,.2);white-space: nowrap;margin-bottom: 4px;"
>
{{
s
}}
</span></br>
...
...
@@ -347,7 +347,7 @@
<el-table-column
prop=
""
:label=
"$t('fnc.zdrenyuan')"
show-overflow-tooltip
width=
"1
7
0"
>
show-overflow-tooltip
width=
"1
2
0"
>
<
template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
EmName
}}
</div>
<div>
{{
scope
.
row
.
CreateDate
}}
</div>
...
...
@@ -364,7 +364,7 @@
<el-table-column
prop=
""
label=
"近期情况"
show-overflow-tooltip
width=
"1
6
0"
>
show-overflow-tooltip
width=
"1
4
0"
>
<
template
slot-scope=
"scope"
>
<p
v-if=
"scope.row.LatelyType>0"
>
{{
(
scope
.
row
.
LatelyType
==
1
?
"近7天可能回款"
:
"进15天可能回款"
)
}}
</p>
<p>
出团:
{{
scope
.
row
.
OutStartDate
}}
</p>
...
...
This diff is collapsed.
Click to expand it.
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