Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
63d05768
Commit
63d05768
authored
Nov 20, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改字段
parent
11519e94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
perfect-sale-target.vue
src/views/apps/target-manage/perfect-sale-target.vue
+2
-2
No files found.
src/views/apps/target-manage/perfect-sale-target.vue
View file @
63d05768
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditTime: 2020-11-20 16:
31:28
* @LastEditTime: 2020-11-20 16:
53:37
-->
<
template
>
<div
class=
"common-app-right"
>
...
...
@@ -217,7 +217,7 @@ export default {
});
that
.
tableData
=
res
.
result
||
[];
}
that
.
clerkObj
.
storePerformance
=
Number
(
that
.
$route
.
query
.
perf
ro
manceValue
).
toFixed
(
2
);
that
.
clerkObj
.
storePerformance
=
Number
(
that
.
$route
.
query
.
perf
or
manceValue
).
toFixed
(
2
);
let
allSum
=
0
;
that
.
tableData
.
forEach
(
ele
=>
{
allSum
+=
Number
(
ele
.
performanceValue
);
...
...
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