Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OKR
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanfeng zhang
OKR
Commits
be08843d
Commit
be08843d
authored
Jul 22, 2021
by
sixiaofeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mian-page点击左侧返回按钮交互调整
parent
ce48aac7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
main-page.vue
src/layout/main-page.vue
+2
-2
team-detail.vue
src/views/team-detail.vue
+1
-1
team-frame.vue
src/views/team-frame.vue
+2
-2
No files found.
src/layout/main-page.vue
View file @
be08843d
...
...
@@ -58,8 +58,8 @@ export default Vue.extend({
},
methods
:
{
clickLeft
()
{
//
this.$emit('click-left')
this
.
$router
.
go
(
-
1
)
this
.
$emit
(
'click-left'
)
//
this.$router.go(-1)
}
}
});
...
...
src/views/team-detail.vue
View file @
be08843d
<
template
>
<!-- 团队详情 -->
<main-page
left-arrow
>
<main-page
left-arrow
@
click-left=
"$router.go(-1)"
>
<template
slot=
"right"
>
<app-icon
type=
"png"
...
...
src/views/team-frame.vue
View file @
be08843d
<
template
>
<div
class=
"team-frame"
>
<main-page
left-arrow
>
<main-page
left-arrow
@
click-left=
"$router.go(-1)"
>
<template
slot=
"right"
>
<app-icon
type=
"png"
...
...
@@ -62,7 +62,7 @@ export default Vue.extend({
// this.$router.go(-1)
// },
clickItem
(
val
:
Member
)
{
console
.
log
(
val
)
//
console.log(val)
this
.
$router
.
push
(
`/team/
${
val
.
id
}
`
)
},
addMember
()
{
...
...
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