Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
孙海亮
bims
Commits
cce1778a
Commit
cce1778a
authored
3 years ago
by
1105332245
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
总计
parent
7f9072fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
detail.vue
src/views/charge-query/detail.vue
+2
-10
No files found.
src/views/charge-query/detail.vue
View file @
cce1778a
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
</a-popconfirm>
</a-popconfirm>
</
template
>
</
template
>
<
template
slot=
"footer"
>
<
template
slot=
"footer"
>
<div
class=
"total"
>
总计:
<span>
{{
totalMoney
}}
</span></div>
<div
class=
"total"
>
总计:
<span>
{{
form
.
chargeAmount
||
0
}}
</span></div>
</
template
>
</
template
>
</a-table>
</a-table>
<!--分页-->
<!--分页-->
...
@@ -204,15 +204,7 @@ export default {
...
@@ -204,15 +204,7 @@ export default {
computed
:
{
computed
:
{
...
mapState
({
...
mapState
({
userInfo
:
(
state
)
=>
state
.
common
.
userInfo
userInfo
:
(
state
)
=>
state
.
common
.
userInfo
}),
})
//总计
totalMoney
(){
let
money
=
0
;
this
.
dataList
.
forEach
(
item
=>
{
money
+=
item
.
paidAmount
;
})
return
money
;
}
},
},
filters
:
{
filters
:
{
payStyleFilters
(
value
)
{
payStyleFilters
(
value
)
{
...
...
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