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
9129ae57
Commit
9129ae57
authored
Jul 23, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团队二维码UI界面
parent
42dd7493
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
40 deletions
+0
-40
createTeam.vue
src/views/createTeam.vue
+0
-40
No files found.
src/views/createTeam.vue
deleted
100644 → 0
View file @
42dd7493
<
template
>
<div
class=
"createteam"
>
<main-page
left-arrow
@
click-left=
"handleClickLeft"
>
<teamcreate
class=
" mb-4 mt-2.5 mx-4"
:limitation=
"20"
:title=
"'企业/组织/团队名称'"
/>
<teamcreate
class=
" mx-4"
:limitation=
"10"
:title=
"'企负责人真实姓名'"
:hint=
"'请填写真实姓名'"
/>
<p
class=
"note text-darkgray text-base mt-36 ml-7"
>
默认创建团队的人为团队负责人
</p>
<teambtn
class=
" mt-20 mx-4 "
/>
</main-page>
</div>
</
template
>
<
script
lang=
"ts"
>
import
Vue
from
'vue'
;
export
default
Vue
.
extend
({
name
:
'createteam'
,
components
:{
'main-page'
:
()
=>
import
(
'@/layout/main-page.vue'
),
'teamcreate'
:
()
=>
import
(
'@/components/Team/team-create.vue'
),
'teambtn'
:
()
=>
import
(
'@/components/Team/teambtn.vue'
),
},
methods
:
{
handleClickLeft
()
{
console
.
log
(
'click left'
)
}
}
});
</
script
>
<
style
>
</
style
>
\ No newline at end of file
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