Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
eee1e1e9
Commit
eee1e1e9
authored
May 30, 2023
by
王启林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增画像
parent
65cda932
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
portal-manager-ui/admin/src/views/dataActuary/portrayal/portrayalBase/index.vue
...n/src/views/dataActuary/portrayal/portrayalBase/index.vue
+3
-4
No files found.
portal-manager-ui/admin/src/views/dataActuary/portrayal/portrayalBase/index.vue
View file @
eee1e1e9
...
...
@@ -82,7 +82,7 @@
<barChart
:id=
"`six_bar`"
:height=
"300"
:width=
"800"
:datas=
"oneBarData2"
/>
</a-col>
<a-col
:span=
"12"
>
<barChart
:id=
"`three_bar`"
:height=
"300"
:width=
"800"
:datas=
"twoBarData
2
"
/>
<barChart
:id=
"`three_bar`"
:height=
"300"
:width=
"800"
:datas=
"twoBarData"
/>
</a-col>
<a-col
:span=
"12"
>
<pieChart
:id=
"`six_pie`"
:height=
"300"
:width=
"800"
:datas=
"threePieData"
/>
...
...
@@ -143,7 +143,6 @@ export default {
oneBarData
:
{},
oneBarData2
:
{},
twoBarData
:
{},
twoBarData2
:
{},
threePieData
:
{},
provinces
:
[
{
...
...
@@ -378,7 +377,7 @@ export default {
return
parseFloat
((
i
/
total
*
10000
).
toFixed
(
2
))
})
// console.log(zb)
this
.
twoBarData
2
=
{
this
.
twoBarData
=
{
title
:
'
年龄分布
'
,
xData
:
age_area
,
data
:
[
...
...
@@ -486,7 +485,7 @@ export default {
//办件年龄分析
getAgeRate
()
{
ageRate
({
siteid
:
localStorage
.
getItem
(
'
siteId
'
),
selected
:
2
}).
then
(
res
=>
{
console
.
log
(
res
)
//
console.log(res)
})
}
}
...
...
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