Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
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
marketing-web
marketing
Commits
bdbfdc8e
Commit
bdbfdc8e
authored
Dec 31, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/12月迭代' into dev
parents
235df13c
620a2fea
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
consume.vue
src/views/recharge/consume.vue
+0
-0
record.vue
src/views/recharge/record.vue
+3
-0
No files found.
src/views/recharge/consume.vue
View file @
bdbfdc8e
This diff is collapsed.
Click to expand it.
src/views/recharge/record.vue
View file @
bdbfdc8e
...
...
@@ -33,6 +33,9 @@
<el-table-column
label=
"余额(元)"
align=
"left"
prop=
"totalFee"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
totalFee
?
(
scope
.
row
.
totalFee
/
100
).
toFixed
(
2
)
:
'0.00'
}}
元
</
template
>
</el-table-column>
<el-table-column
v-if=
"isMoreAccount"
label=
"计费部门"
align=
"left"
prop=
"accountDepartName"
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
accountDepartName
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
align=
"left"
prop=
"reason"
label=
"原因"
show-overflow-tooltip
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
reason
||
'--'
}}
</
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