Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-app-project
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
李星剑
hs-app-project
Commits
feb7906d
Commit
feb7906d
authored
Jan 07, 2022
by
阮藤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
相关问题解决
parent
12c6e3a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
modelingOrder.vue
src/pages/fabricModeling/modelingOrder.vue
+3
-2
No files found.
src/pages/fabricModeling/modelingOrder.vue
View file @
feb7906d
...
@@ -178,7 +178,7 @@ export default {
...
@@ -178,7 +178,7 @@ export default {
status
:
7
status
:
7
},
},
{
{
name
:
'
已
完成'
,
name
:
'完成'
,
status
:
8
status
:
8
}
}
]
]
...
@@ -218,7 +218,8 @@ export default {
...
@@ -218,7 +218,8 @@ export default {
this
.
statusBtn
=
true
;
this
.
statusBtn
=
true
;
},
1000
);
},
1000
);
let
a
=
JSON
.
stringify
(
object
);
let
a
=
JSON
.
stringify
(
object
);
if
(
object
.
scrollTop
>=
this
.
headerHeight
)
{
console
.
log
(
a
,
object
.
scrollTop
,
this
.
headerHeight
)
if
(
object
.
scrollTop
>=
this
.
headerHeight
-
90
)
{
this
.
background
.
backgroundColor
=
'rgba(245,245,245,1)'
;
this
.
background
.
backgroundColor
=
'rgba(245,245,245,1)'
;
}
else
{
}
else
{
this
.
background
.
backgroundColor
=
'rgba(245,245,245,0)'
;
this
.
background
.
backgroundColor
=
'rgba(245,245,245,0)'
;
...
...
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