Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
mes
mes-ui
Commits
6ca96cf4
Commit
6ca96cf4
authored
Apr 07, 2025
by
tanjunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 排班日历弹出层逻辑优化
parent
56c90b3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
team.vue
src/views/mes/cal/calendar/team.vue
+9
-8
No files found.
src/views/mes/cal/calendar/team.vue
View file @
6ca96cf4
...
@@ -303,14 +303,15 @@ export default {
...
@@ -303,14 +303,15 @@ export default {
handleShow
(
row
,
ref
)
{
handleShow
(
row
,
ref
)
{
Object
.
keys
(
this
.
$refs
).
forEach
((
key
)
=>
{
Object
.
keys
(
this
.
$refs
).
forEach
((
key
)
=>
{
if
(
key
.
includes
(
"popoverRef-"
))
{
if
(
key
.
includes
(
"popoverRef-"
))
{
if
(
if
(
key
!=
ref
)
{
key
!=
ref
&&
this
.
$refs
[
key
].
forEach
((
ele
)
=>
{
this
.
$refs
[
key
][
0
].
showPopper
if
(
ele
.
showPopper
)
{
)
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
ele
.
doClose
();
this
.
$refs
[
key
][
0
].
doClose
();
});
});
}
}
})
}
}
}
});
});
this
.
content
=
[];
this
.
content
=
[];
...
...
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