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
dcb4f10d
Commit
dcb4f10d
authored
Aug 04, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/main' into zxj_dev
parents
0a24dd9f
f004aef0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
code.png
src/assets/icons/code.png
+0
-0
add-member.vue
src/views/team/add-member.vue
+1
-1
select-team.vue
src/views/team/select-team.vue
+2
-1
team-management.vue
src/views/team/team-management.vue
+9
-0
No files found.
src/assets/icons/code.png
0 → 100644
View file @
dcb4f10d
470 Bytes
src/views/team/add-member.vue
View file @
dcb4f10d
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
:content=
"date"
:content=
"date"
@
click=
"show = true"
@
click=
"show = true"
/>
/>
<van-calendar
v-model=
"show"
:round=
"false"
@
confirm=
"onConfirm"
:show-confirm=
"false"
:style=
"{ height:'100%'}"
/>
<van-calendar
v-model=
"show"
:round=
"false"
color=
"#61C7FF"
@
confirm=
"onConfirm"
:show-confirm=
"false"
:style=
"{ height:'100%'}"
/>
<!-- 选择部门 -->
<!-- 选择部门 -->
<group-cell
<group-cell
dot
dot
...
...
src/views/team/select-team.vue
View file @
dcb4f10d
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
</div>
</div>
</div>
</div>
<div
<div
v-if=
"
checked === t.id &&
t.children && t.children.length > 0"
v-if=
"t.children && t.children.length > 0"
class=
"flex-shrink-0 flex items-center text-color-primary py-3"
class=
"flex-shrink-0 flex items-center text-color-primary py-3"
@
click=
"goNext(t)"
@
click=
"goNext(t)"
>
>
...
@@ -152,6 +152,7 @@ export default Vue.extend({
...
@@ -152,6 +152,7 @@ export default Vue.extend({
methods
:
{
methods
:
{
// 下一级
// 下一级
goNext
(
team
:
Member
)
{
goNext
(
team
:
Member
)
{
if
(
team
.
id
!==
this
.
checked
)
return
this
.
currentTeamId
=
team
.
id
this
.
currentTeamId
=
team
.
id
this
.
setChecked
()
this
.
setChecked
()
},
},
...
...
src/views/team/team-management.vue
View file @
dcb4f10d
<
template
>
<
template
>
<!-- 团队管理 -->
<!-- 团队管理 -->
<main-page
left-arrow
>
<main-page
left-arrow
>
<!-- 右侧二维码图标 -->
<template
slot=
"right"
>
<div
class=
"h-6.5 w-6.5 flex items-center justify-end"
>
<app-icon
icon-name=
"code"
class-name=
"w-4 h-4"
/>
</div>
</
template
>
<div
class=
"px-4 pt-14"
>
<div
class=
"px-4 pt-14"
>
<!-- 头部 -->
<!-- 头部 -->
<div
class=
"flex items-start pt-1 pb-5"
>
<div
class=
"flex items-start pt-1 pb-5"
>
...
...
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