Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
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
Administrator
dsk-cr20g
Commits
f9190cce
Commit
f9190cce
authored
Sep 21, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ac2b6799
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
9 deletions
+13
-9
tdjy.vue
...e-ui/src/views/macro/nationalEconomies/component/tdjy.vue
+3
-3
zhaobiao.vue
.../src/views/macro/nationalEconomies/component/zhaobiao.vue
+3
-3
zhongbiao.vue
...src/views/macro/nationalEconomies/component/zhongbiao.vue
+7
-3
No files found.
dsk-operate-ui/src/views/macro/nationalEconomies/component/tdjy.vue
View file @
f9190cce
...
...
@@ -706,7 +706,7 @@ export default {
return
;
}
if
(
index
===
3
)
{
sums
[
index
]
=
'100'
;
sums
[
index
]
=
'100
%
'
;
return
;
}
const
values
=
data
.
map
(
item
=>
Number
(
item
[
column
.
property
]));
...
...
@@ -719,8 +719,8 @@ export default {
}
},
0
);
if
(
index
===
1
)
{
sums
[
index
]
=
Number
(
sums
[
index
]).
toFixed
(
0
);
if
(
index
===
2
)
{
sums
[
index
]
=
Number
(
sums
[
index
]).
toFixed
(
0
)
+
'个'
;
return
;
}
});
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhaobiao.vue
View file @
f9190cce
...
...
@@ -593,7 +593,7 @@
return
;
}
if
(
index
===
3
)
{
sums
[
index
]
=
'100'
;
sums
[
index
]
=
'100
%
'
;
return
;
}
const
values
=
data
.
map
(
item
=>
Number
(
item
[
column
.
property
]));
...
...
@@ -606,8 +606,8 @@
}
},
0
);
if
(
index
===
1
)
{
sums
[
index
]
=
Number
(
sums
[
index
]).
toFixed
(
0
);
if
(
index
===
2
)
{
sums
[
index
]
=
Number
(
sums
[
index
]).
toFixed
(
0
)
+
'个'
;
return
;
}
});
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhongbiao.vue
View file @
f9190cce
...
...
@@ -1088,8 +1088,12 @@
}
},
0
);
if
(
index
===
2
)
{
sums
[
index
]
=
sums
[
index
]
+
'个'
;
return
;
}
if
(
index
===
4
)
{
sums
[
index
]
=
Number
(
sums
[
index
]).
toFixed
(
2
);
sums
[
index
]
=
Number
(
sums
[
index
]).
toFixed
(
2
)
+
'万元'
;
return
;
}
});
...
...
@@ -1120,7 +1124,7 @@
},
0
);
if
(
index
===
2
)
{
sums
[
index
]
=
(
Number
(
sums
[
index
])
/
length
).
toFixed
(
2
);
sums
[
index
]
=
(
Number
(
sums
[
index
])
/
length
).
toFixed
(
2
)
+
'%'
;
return
;
}
});
...
...
@@ -1151,7 +1155,7 @@
},
0
);
if
(
index
===
2
||
index
===
3
||
index
===
4
)
{
sums
[
index
]
=
(
Number
(
sums
[
index
])
/
length
).
toFixed
(
2
);
sums
[
index
]
=
(
Number
(
sums
[
index
])
/
length
).
toFixed
(
2
)
+
'%'
;
return
;
}
});
...
...
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