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
e12be3b8
Commit
e12be3b8
authored
Mar 05, 2024
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改专利界面
parent
5323cf2e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
src/views/patent/index.vue
+9
-11
No files found.
src/views/patent/index.vue
View file @
e12be3b8
...
...
@@ -110,7 +110,6 @@
:pagination=
"false"
:customRow=
"rowClick"
v-if=
"!search_word"
:scroll=
"scroll"
>
<
template
#
bodyCell=
"{ column, text }"
>
<template
v-if=
"column.dataIndex === 'name'"
>
...
...
@@ -203,8 +202,8 @@ export default {
title
:
"发明人"
,
dataIndex
:
"fmr"
,
key
:
"fmr"
,
//
ellipsis: true,
width
:
1
4
0
,
ellipsis
:
true
,
width
:
1
8
0
,
},
{
title
:
"公开日"
,
...
...
@@ -440,14 +439,13 @@ export default {
this
.
keyword
=
searchValue
.
keyword
;
this
.
Filter
();
}
if
(
window
.
innerHeight
>=
960
)
{
this
.
scroll
.
y
=
580
;
}
else
if
(
window
.
innerHeight
<
960
&&
window
.
innerHeight
>=
800
)
{
this
.
scroll
.
y
=
480
;
}
else
{
this
.
scroll
.
y
=
400
;
}
// if (window.innerHeight >= 960) {
// this.scroll.y = 580;
// } else if (window.innerHeight
<
960
&&
window
.
innerHeight
>=
800
)
{
// this.scroll.y = 480;
// } else {
// this.scroll.y = 400;
// }
},
beforeMount
()
{},
computed
:
{},
...
...
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