Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
ty_patentSys
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
ty_patentSys
Commits
4c8cc4ef
Commit
4c8cc4ef
authored
Sep 25, 2023
by
hanxiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业报告修改echarts
parent
09fbb075
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
9 deletions
+41
-9
src/views/company/companyDetails.vue
+36
-8
src/views/company/cooperation.vue
+2
-0
src/views/company/overview.vue
+1
-0
src/views/company/technology.vue
+2
-1
No files found.
src/views/company/companyDetails.vue
View file @
4c8cc4ef
...
...
@@ -105,19 +105,47 @@
:option=
"option2"
:style=
"'height:300px;width:100%;'"
></EchartsCon>
<EchartsCon
:id=
"'echartsone1'"
:option=
"option3"
></EchartsCon>
<EchartsCon
:id=
"'echartstwo1'"
:option=
"option4"
></EchartsCon>
<EchartsCon
:id=
"'echartsthree1'"
:option=
"option5"
></EchartsCon>
<EchartsCon
:id=
"'echartsone1'"
:option=
"option3"
:style=
"'height:300px;width:100%;'"
></EchartsCon>
<EchartsCon
:id=
"'echartstwo1'"
:option=
"option4"
:style=
"'height:300px;width:100%;'"
></EchartsCon>
<EchartsCon
:id=
"'echartsthree1'"
:option=
"option5"
:style=
"'height:300px;width:100%;'"
></EchartsCon>
<EchartsCloud
:id=
"'TechnicalField1'"
:dataArr=
"techArr1"
:style=
"'height:300px;width:100%;'"
v-if=
"techArr1.length > 0"
></EchartsCloud>
<EchartsCon
:option=
"option7"
:id=
"'apply'"
></EchartsCon>
<EchartsCon
:option=
"option8"
:id=
"'purchase'"
></EchartsCon>
<EchartsCon
:option=
"option9"
:id=
"'radar'"
></EchartsCon>
<EchartsCon
:option=
"option10"
:id=
"'yibiao'"
></EchartsCon>
<EchartsCon
:option=
"option7"
:id=
"'apply'"
:style=
"'height:300px;width:100%;'"
></EchartsCon>
<EchartsCon
:option=
"option8"
:id=
"'purchase'"
:style=
"'height:300px;width:100%;'"
></EchartsCon>
<EchartsCon
:option=
"option9"
:id=
"'radar'"
:style=
"'height:300px;width:100%;'"
></EchartsCon>
<EchartsCon
:option=
"option10"
:id=
"'yibiao'"
:style=
"'height:300px;width:100%;'"
></EchartsCon>
</div>
</div>
<Loading
v-if=
"loading"
></Loading>
...
...
@@ -393,7 +421,7 @@ export default {
this
.
technologyData
.
technical_quality_avg
,
this
.
technologyData
.
technical_volume_avg
,
],
name
:
this
.
technologyData
.
company_industry
+
'行业企业均值'
,
name
:
this
.
technologyData
.
company_industry
+
"行业企业均值"
,
areaStyle
:
{
color
:
"#F7B46A"
,
},
...
...
src/views/company/cooperation.vue
View file @
4c8cc4ef
...
...
@@ -30,6 +30,7 @@
</
template
>
</p>
<EchartsCon
:style=
"'height:300px;'"
:option=
"option1"
:id=
"'echarts1'"
v-if=
"joint.all_nums"
...
...
@@ -61,6 +62,7 @@
</
template
>
</p>
<EchartsCon
:style=
"'height:300px;'"
:option=
"option2"
:id=
"'echarts2'"
v-if=
"patentPurchase.max_list.length != 0"
...
...
src/views/company/overview.vue
View file @
4c8cc4ef
...
...
@@ -632,6 +632,7 @@ export default {
.ecahrsThree
{
display
:
flex
;
width
:
100%
;
height
:
300px
;
justify-content
:
space-between
;
}
}
...
...
src/views/company/technology.vue
View file @
4c8cc4ef
...
...
@@ -8,6 +8,7 @@
<div
style=
"display: flex; position: relative"
>
<div
style=
"width: 50%;"
>
<EchartsCon
:style=
"'height:300px;'"
:option=
"option1"
:id=
"'echartsraodar'"
class=
"echarts"
...
...
@@ -15,7 +16,7 @@
</div>
<div
style=
"width: 50%; position: relative"
>
<EchartsCon
:option=
"option2"
:id=
"'echartsscatter'"
></EchartsCon>
<EchartsCon
:option=
"option2"
:id=
"'echartsscatter'"
:style=
"'height:300px;'"
></EchartsCon>
<a-popover
title=
"科创能力分析指标"
>
<template
#
content
>
<p>
...
...
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