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
6b342907
Commit
6b342907
authored
Aug 16, 2023
by
liudx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
09887162
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
src/views/company/companyDetails.vue
+1
-1
src/views/company/index.vue
+3
-0
src/views/company/technology.vue
+1
-1
src/views/login/index.vue
+1
-1
src/views/patent/index.vue
+2
-0
No files found.
src/views/company/companyDetails.vue
View file @
6b342907
...
...
@@ -393,7 +393,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/index.vue
View file @
6b342907
...
...
@@ -8,6 +8,7 @@
@
input=
"onInput"
@
blur=
"onBlur"
@
focus=
"onFocus"
@
pressEnter=
"onsearch"
>
<template
#
addonBefore
>
<a-select
v-model:value=
"type"
class=
"type"
>
...
...
@@ -574,6 +575,7 @@ export default {
onsearch
()
{
this
.
keyword
?
(
this
.
filter
=
[
this
.
keyword
])
:
(
this
.
filter
=
[]);
this
.
getCompanyList
(
this
.
keyword
);
this
.
search_result_show
=
false
;
},
//联想搜索
onInput
()
{
...
...
@@ -628,6 +630,7 @@ export default {
//山西区域json数据
this
.
optionsArea
=
arealist
;
this
.
keyword
=
this
.
$route
.
query
.
keyword
;
this
.
keyword
?
(
this
.
filter
=
[
this
.
keyword
])
:
(
this
.
filter
=
[]);
if
(
!
sessionStorage
.
getItem
(
"searchqy"
))
{
if
(
this
.
$route
.
query
.
valueInnovation
)
{
this
.
valueInnovation
=
this
.
$route
.
query
.
valueInnovation
;
...
...
src/views/company/technology.vue
View file @
6b342907
...
...
@@ -138,7 +138,7 @@ export default {
{
// value: [20, 10, 25],
value
:[
this
.
technology
.
company_competitiveness_avg
,
this
.
technology
.
technical_quality_avg
,
this
.
technology
.
technical_volume_avg
],
name
:
this
.
technology
.
company_industry
,
name
:
this
.
technology
.
company_industry
+
'行业企业均值'
,
areaStyle
:
{
color
:
"#F7B46A"
,
},
...
...
src/views/login/index.vue
View file @
6b342907
...
...
@@ -191,7 +191,7 @@ export default {
}
.login
{
background-color
:
#fafbfe
;
height
:
100%
;
min-height
:
900px
;
background-image
:
url("../../static/login/img-bg.png")
;
background-size
:
100%
100%
;
header
{
...
...
src/views/patent/index.vue
View file @
6b342907
...
...
@@ -8,6 +8,7 @@
@
input=
"onInput"
@
focus=
"onFocus"
@
blur=
"onBlur"
@
pressEnter=
"onsearch"
>
<template
#
addonBefore
>
<a-select
v-model:value=
"type"
class=
"type"
>
...
...
@@ -250,6 +251,7 @@ export default {
onsearch
()
{
this
.
keyword
?
(
this
.
filter
=
[
this
.
keyword
])
:
(
this
.
filter
=
[]);
this
.
getList
(
this
.
keyword
);
this
.
search_result_show
=
false
;
},
//改变页码
onChange
()
{
...
...
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