Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
ee2c7cab
Commit
ee2c7cab
authored
Jul 20, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7c039547
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
102 additions
and
197 deletions
+102
-197
teacher-form.vue
src/components/school/teacher/teacher-form.vue
+31
-23
sysuser.vue
src/pages/school/sysuser.vue
+56
-93
teacher.vue
src/pages/school/teacher.vue
+15
-81
No files found.
src/components/school/teacher/teacher-form.vue
View file @
ee2c7cab
...
@@ -11,32 +11,33 @@
...
@@ -11,32 +11,33 @@
class=
"col-6 q-pr-lg q-pb-lg"
label=
"教师名称"
:rules=
"[val => !!val || '请填写教师姓名']"
/>
class=
"col-6 q-pr-lg q-pb-lg"
label=
"教师名称"
:rules=
"[val => !!val || '请填写教师姓名']"
/>
<q-select
filled
stack-label
option-value=
"SId"
option-label=
"SName"
v-model=
"objOption.School_Id"
<q-select
filled
stack-label
option-value=
"SId"
option-label=
"SName"
v-model=
"objOption.School_Id"
ref=
"School_Id"
:options=
"schoolList"
label=
"所属校区"
:dense=
"false"
class=
"col-6 q-pb-lg"
emit-value
ref=
"School_Id"
:options=
"schoolList"
label=
"所属校区"
:dense=
"false"
class=
"col-6 q-pb-lg"
emit-value
map-options
@
input=
"schoolChagne"
/>
map-options
@
input=
"schoolChagne"
/>
<q-input
type=
"tel"
filled
stack-label
maxlength=
"20"
:dense=
"false"
v-model=
"objOption.TeacherTel"
<q-input
type=
"tel"
filled
stack-label
maxlength=
"20"
:dense=
"false"
v-model=
"objOption.TeacherTel"
ref=
"TeacherTel"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"联系电话"
:rules=
"[val => !!val || '请填写教师联系电话']"
/>
ref=
"TeacherTel"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"联系电话"
:rules=
"[val => !!val || '请填写教师联系电话']"
/>
<q-input
filled
stack-label
maxlength=
"100"
:dense=
"false"
v-model=
"objOption.TeacherSay"
ref=
"TeacherSay"
<q-input
filled
stack-label
maxlength=
"100"
:dense=
"false"
v-model=
"objOption.TeacherSay"
ref=
"TeacherSay"
class=
"col-6 q-pb-lg"
label=
"教师营销语"
/>
class=
"col-6 q-pb-lg"
label=
"教师营销语"
/>
<selectTree
:treeData=
'DeptList'
:defaultArray=
"returnString
"
<selectTree
:treeData=
'DeptList'
:defaultArray=
"returnString"
nodeKey=
"DeptId"
:multiple=
"false
"
nodeKey=
"DeptId"
:multiple=
"false"
labelKey=
"DeptName"
childrenKey=
"ChildList"
tipText=
"选择部门
"
labelKey=
"DeptName"
childrenKey=
"ChildList"
tipText=
"选择部门"
@
getChild=
"getChild
"
@
getChild=
"getChild"
classStr=
"col-6 q-pr-lg q-pb-lg"
></selectTree>
classStr=
"col-6 q-pr-lg q-pb-lg"
></selectTree>
<q-select
filled
stack-label
option-value=
"PostId"
option-label=
"PostName"
v-model=
"objOption.Post_Id"
<q-select
filled
stack-label
option-value=
"PostId"
option-label=
"PostName"
v-model=
"objOption.Post_Id"
ref=
"Post_Id"
:options=
"PostList"
label=
"岗位"
:dense=
"false"
class=
"col-6 q-pb-lg"
emit-value
map-options
/>
ref=
"Post_Id"
:options=
"PostList"
label=
"岗位"
:dense=
"false"
class=
"col-6 q-pb-lg"
emit-value
map-options
/>
<q-input
filled
stack-label
maxlength=
"5"
:dense=
"false"
v-model=
"objOption.BaseStuNum"
ref=
"BaseStuNum"
<q-input
filled
stack-label
maxlength=
"5"
:dense=
"false"
v-model=
"objOption.BaseStuNum"
ref=
"BaseStuNum"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"带班基础人数"
@
keyup
.
native=
"checkInteger(objOption,'BaseStuNum')"
/>
class=
"col-6 q-pr-lg q-pb-lg"
label=
"带班基础人数"
@
keyup
.
native=
"checkInteger(objOption,'BaseStuNum')"
/>
<q-input
filled
stack-label
maxlength=
"5"
:dense=
"false"
v-model=
"objOption.BaseHourFee"
ref=
"BaseHourFee"
<q-input
filled
stack-label
maxlength=
"5"
:dense=
"false"
v-model=
"objOption.BaseHourFee"
ref=
"BaseHourFee"
class=
"col-6 q-pb-lg"
label=
"基础课时费"
@
keyup
.
native=
"checkPrice(objOption,'BaseHourFee')"
/>
class=
"col-6 q-pb-lg"
label=
"基础课时费"
@
keyup
.
native=
"checkPrice(objOption,'BaseHourFee')"
/>
<q-select
filled
stack-label
option-value=
"Id"
option-label=
"Name"
v-model=
"chooseSpecialty"
ref=
"SpecialtyList"
<q-select
filled
stack-label
option-value=
"Id"
option-label=
"Name"
v-model=
"chooseSpecialty"
:options=
"SpecialtyList"
label=
"老师特长"
:dense=
"false"
class=
"col-6 q-pr-lg q-pb-lg"
emit-value
map-options
ref=
"SpecialtyList"
:options=
"SpecialtyList"
label=
"老师特长"
:dense=
"false"
class=
"col-6 q-pr-lg q-pb-lg"
@
input=
"schoolChagne"
multiple
clearable
/>
emit-value
map-options
@
input=
"schoolChagne"
multiple
clearable
/>
<q-select
filled
stack-label
option-value=
"Id"
option-label=
"Name"
v-model=
"objOption.BaseHoursEnabled"
<q-select
filled
stack-label
option-value=
"Id"
option-label=
"Name"
v-model=
"objOption.BaseHoursEnabled"
ref=
"BaseHoursEnabled"
:options=
"BaseHoursList"
label=
"是否启用基础课时"
:dense=
"false"
class=
"col-6 q-pb-lg"
emit-value
map-options
/>
ref=
"BaseHoursEnabled"
:options=
"BaseHoursList"
label=
"是否启用基础课时"
:dense=
"false"
class=
"col-6 q-pb-lg"
<q-input
v-if=
'objOption.BaseHoursEnabled==1'
filled
v-model=
"objOption.EnableTime"
mask=
"####-##"
label=
"启用时间"
ref=
"EnableTime"
emit-value
map-options
/>
:rules=
"[val => !!val || '请选择启用时间']"
>
<q-input
v-if=
'objOption.BaseHoursEnabled==1'
filled
v-model=
"objOption.EnableTime"
mask=
"####-##"
label=
"启用时间"
ref=
"EnableTime"
:rules=
"[val => !!val || '请选择启用时间']"
>
<template
v-slot:append
>
<template
v-slot:append
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
<q-icon
name=
"event"
class=
"cursor-pointer"
>
<q-popup-proxy
ref=
"qDateProxy"
transition-show=
"scale"
transition-hide=
"scale"
>
<q-popup-proxy
ref=
"qDateProxy"
transition-show=
"scale"
transition-hide=
"scale"
>
<div
class=
"q-gutter-md row items-start"
>
<div
class=
"q-gutter-md row items-start"
>
<q-date
v-model=
"objOption.EnableTime"
mask=
"YYYY-MM"
></q-date>
<q-date
v-model=
"objOption.EnableTime"
mask=
"YYYY-MM"
></q-date>
</div>
</div>
<q-btn
v-close-popup
label=
"关闭"
color=
"primary"
flat
style=
"float:right"
/>
<q-btn
v-close-popup
label=
"关闭"
color=
"primary"
flat
style=
"float:right"
/>
</q-popup-proxy>
</q-popup-proxy>
...
@@ -44,12 +45,11 @@
...
@@ -44,12 +45,11 @@
</
template
>
</
template
>
</q-input>
</q-input>
</div>
</div>
<div
class=
"row wrap"
style=
"margin-top:20px;"
>
<div
class=
"row wrap"
style=
"margin-top:20px;"
>
<div
class=
"col-6 q-pr-lg q-pb-lg"
>
<div
class=
"col-6 q-pr-lg q-pb-lg"
>
<q-uploader
style=
"display: inline-block;height: 320px;max-width: 100%; background-repeat:no-repeat"
<q-uploader
style=
"display: inline-block;height: 320px;max-width: 100%; background-repeat:no-repeat"
:style=
"{'background-image':'url(' + objOption.TeacherHead + ')'}"
max-files=
"1"
hide-upload-btn
:style=
"{'background-image':'url(' + objOption.TeacherHead + ')'}"
max-files=
"1"
hide-upload-btn
@
rejected=
"onRejected"
label=
"教师头像"
:max-file-size=
"5*1024*1024"
accept=
".jpg, image/*"
auto-upload
@
rejected=
"onRejected"
label=
"教师头像"
:max-file-size=
"5*1024*1024"
accept=
".jpg, image/*"
auto-upload
:factory=
"uploadFile"
no-thumbnails
@
added=
"getType(1)"
>
:factory=
"uploadFile"
no-thumbnails
@
added=
"getType(1)"
>
</q-uploader>
</q-uploader>
</div>
</div>
...
@@ -160,10 +160,16 @@
...
@@ -160,10 +160,16 @@
BaseStuNum
:
0
,
//带班基础人数
BaseStuNum
:
0
,
//带班基础人数
BaseHourFee
:
0
,
//基础课时费
BaseHourFee
:
0
,
//基础课时费
Specialty
:
""
,
//老师擅长
Specialty
:
""
,
//老师擅长
BaseHoursEnabled
:
1
,
//是否启用基础课时 1是
BaseHoursEnabled
:
1
,
//是否启用基础课时 1是
EnableTime
:
''
,
//启用时间 (存到月)
EnableTime
:
''
,
//启用时间 (存到月)
},
},
BaseHoursList
:[{
Id
:
0
,
Name
:
'关闭'
},{
Id
:
1
,
Name
:
'开启'
}],
BaseHoursList
:
[{
Id
:
0
,
Name
:
'关闭'
},
{
Id
:
1
,
Name
:
'开启'
}],
chooseSpecialty
:
[],
chooseSpecialty
:
[],
optionTitle
:
""
,
optionTitle
:
""
,
schoolList
:
[],
schoolList
:
[],
...
@@ -233,14 +239,17 @@
...
@@ -233,14 +239,17 @@
//获取部门结构树
//获取部门结构树
queryDeptTree
()
{
queryDeptTree
()
{
var
msg
=
{
var
msg
=
{
School_Id
:
0
School_Id
:
-
1
};
};
if
(
this
.
objOption
.
School_Id
&&
this
.
objOption
.
School_Id
!=
''
)
{
if
(
this
.
objOption
.
School_Id
!=
''
&&
this
.
objOption
.
School_Id
>=
0
)
{
msg
.
School_Id
=
this
.
objOption
.
School_Id
;
msg
.
School_Id
=
this
.
objOption
.
School_Id
;
}
}
getDeptTree
(
msg
).
then
(
res
=>
{
getDeptTree
(
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
if
(
res
.
Code
==
1
)
{
this
.
DeptList
=
res
.
Data
;
this
.
DeptList
=
res
.
Data
;
if
(
this
.
objOption
.
Dept_Id
)
{
this
.
$set
(
this
.
returnString
,
0
,
this
.
objOption
.
Dept_Id
);
}
}
}
})
})
},
},
...
@@ -286,18 +295,17 @@
...
@@ -286,18 +295,17 @@
this
.
objOption
.
BaseStuNum
=
this
.
saveObj
.
BaseStuNum
;
this
.
objOption
.
BaseStuNum
=
this
.
saveObj
.
BaseStuNum
;
this
.
objOption
.
BaseHourFee
=
this
.
saveObj
.
BaseHourFee
;
this
.
objOption
.
BaseHourFee
=
this
.
saveObj
.
BaseHourFee
;
this
.
objOption
.
Specialty
=
this
.
saveObj
.
Specialty
;
this
.
objOption
.
Specialty
=
this
.
saveObj
.
Specialty
;
this
.
objOption
.
EnableTime
=
this
.
saveObj
.
EnableTime
;
this
.
objOption
.
EnableTime
=
this
.
saveObj
.
EnableTime
;
this
.
objOption
.
BaseHoursEnabled
=
this
.
saveObj
.
BaseHoursEnabled
;
this
.
objOption
.
BaseHoursEnabled
=
this
.
saveObj
.
BaseHoursEnabled
;
if
(
this
.
saveObj
.
ChooseSpecialty
&&
this
.
saveObj
.
ChooseSpecialty
.
length
>
0
)
{
if
(
this
.
saveObj
.
ChooseSpecialty
&&
this
.
saveObj
.
ChooseSpecialty
.
length
>
0
)
{
this
.
chooseSpecialty
=
this
.
saveObj
.
ChooseSpecialty
;
this
.
chooseSpecialty
=
this
.
saveObj
.
ChooseSpecialty
;
}
}
if
(
this
.
objOption
.
School_Id
)
{
if
(
this
.
objOption
&&
this
.
objOption
.
School_Id
>=
0
)
{
this
.
queryDeptTree
();
this
.
queryDeptTree
();
}
}
if
(
this
.
objOption
.
Dept_Id
)
{
if
(
this
.
objOption
.
Dept_Id
)
{
this
.
queryPostList
();
this
.
queryPostList
();
this
.
returnString
.
push
(
this
.
objOption
.
Dept_Id
.
toString
());
}
}
if
(
this
.
objOption
.
TeachTag
&&
this
.
objOption
.
TeachTag
.
length
>
0
)
{
if
(
this
.
objOption
.
TeachTag
&&
this
.
objOption
.
TeachTag
.
length
>
0
)
{
this
.
tags
=
JSON
.
parse
(
this
.
objOption
.
TeachTag
)
this
.
tags
=
JSON
.
parse
(
this
.
objOption
.
TeachTag
)
...
@@ -365,7 +373,7 @@
...
@@ -365,7 +373,7 @@
// } else if (this.objOption.TeacherHead == '') {
// } else if (this.objOption.TeacherHead == '') {
// err_msg = "请上传用户头像"
// err_msg = "请上传用户头像"
// }
// }
if
(
this
.
objOption
.
BaseHoursEnabled
==
1
&&
this
.
objOption
.
EnableTime
==
''
)
{
if
(
this
.
objOption
.
BaseHoursEnabled
==
1
&&
this
.
objOption
.
EnableTime
==
''
)
{
err_msg
=
"请选择日期"
err_msg
=
"请选择日期"
}
}
if
(
err_msg
==
""
)
{
if
(
err_msg
==
""
)
{
...
...
src/pages/school/sysuser.vue
View file @
ee2c7cab
This diff is collapsed.
Click to expand it.
src/pages/school/teacher.vue
View file @
ee2c7cab
...
@@ -8,16 +8,13 @@
...
@@ -8,16 +8,13 @@
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
clearable
filled
stack-label
option-value=
"SId"
option-label=
"SName"
<q-select
@
input=
"resetSearch"
clearable
filled
stack-label
option-value=
"SId"
option-label=
"SName"
v-model=
"schoolTemp"
ref=
"School_Id"
:options=
"schoolList"
label=
"所属校区"
:dense=
"false"
/>
v-model=
"msg.School_Id"
ref=
"School_Id"
:options=
"schoolList"
emit-value
map-options
label=
"所属校区"
:dense=
"false"
/>
</div>
</div>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
standout=
"bg-primary text-white"
v-model=
"msg.IsShow"
:options=
"ShowOpts"
<q-select
@
input=
"resetSearch"
standout=
"bg-primary text-white"
v-model=
"msg.IsShow"
:options=
"ShowOpts"
emit-value
map-options
label=
"显示状态"
/>
emit-value
map-options
label=
"显示状态"
/>
</div>
</div>
<!--
<div
class=
"col-3"
>
<q-select
@
input=
"resetSearch"
standout=
"bg-primary text-white"
v-model=
"msg.AuditStatus"
:options=
"AuditOpts"
emit-value
map-options
label=
"审核状态"
/>
</div>
-->
</div>
</div>
</div>
</div>
<div
class=
"page-content"
>
<div
class=
"page-content"
>
...
@@ -114,9 +111,9 @@
...
@@ -114,9 +111,9 @@
</q-td>
</q-td>
</
template
>
</
template
>
</q-table>
</q-table>
<teacher-form
v-if=
"persistent"
:save-obj=
"objOption"
@
close=
"closeSaveForm"
@
success=
"
addAfterQuery
"
>
<teacher-form
v-if=
"persistent"
:save-obj=
"objOption"
@
close=
"closeSaveForm"
@
success=
"
RefreshPage
"
>
</teacher-form>
</teacher-form>
<teacher-shenhe
v-if=
"persistentExamine"
:show-obj=
"objOption"
@
close=
"closeSaveForm"
@
success=
"
addAfterQuery
"
>
<teacher-shenhe
v-if=
"persistentExamine"
:show-obj=
"objOption"
@
close=
"closeSaveForm"
@
success=
"
RefreshPage
"
>
</teacher-shenhe>
</teacher-shenhe>
</div>
</div>
</div>
</div>
...
@@ -157,12 +154,6 @@
...
@@ -157,12 +154,6 @@
field
:
'TeacherTel'
,
field
:
'TeacherTel'
,
align
:
'left'
align
:
'left'
},
},
// {
// name: 'TeachTag',
// label: '标签',
// field: 'TeachTag',
// align: 'left'
// },
{
{
name
:
'SName'
,
name
:
'SName'
,
label
:
'所属校区'
,
label
:
'所属校区'
,
...
@@ -187,12 +178,6 @@
...
@@ -187,12 +178,6 @@
field
:
'BaseStuNum'
,
field
:
'BaseStuNum'
,
align
:
'left'
,
align
:
'left'
,
},
},
// {
// name: 'AuditStatus',
// label: '审核状态',
// align: 'left',
// field: 'AuditStatus'
// },
{
{
name
:
'IsShow'
,
name
:
'IsShow'
,
label
:
'是否显示'
,
label
:
'是否显示'
,
...
@@ -211,18 +196,6 @@
...
@@ -211,18 +196,6 @@
align
:
'left'
,
align
:
'left'
,
field
:
'CourseCount'
field
:
'CourseCount'
},
},
// {
// name: 'OnlineClassCount',
// label: '网课产品',
// align: 'left',
// field: 'OnlineClassCount'
// },
// {
// name: 'OnlineOrderCount',
// label: '网课订单',
// align: 'left',
// field: 'OnlineOrderCount'
// },
{
{
name
:
'CreateTimeStr'
,
name
:
'CreateTimeStr'
,
label
:
'入职时间'
,
label
:
'入职时间'
,
...
@@ -235,7 +208,7 @@
...
@@ -235,7 +208,7 @@
align
:
'left'
,
align
:
'left'
,
field
:
'TeacherAccount'
field
:
'TeacherAccount'
},
},
{
{
name
:
'LeaveStatusName'
,
name
:
'LeaveStatusName'
,
label
:
'状态'
,
label
:
'状态'
,
align
:
'left'
,
align
:
'left'
,
...
@@ -262,23 +235,6 @@
...
@@ -262,23 +235,6 @@
value
:
'1'
value
:
'1'
}
}
],
],
AuditOpts
:
[{
label
:
'全部'
,
value
:
'-1'
},
{
label
:
'审核中'
,
value
:
'1'
},
{
label
:
'审核通过'
,
value
:
'2'
},
{
label
:
'审核不通过'
,
value
:
'3'
}
],
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
12
,
pageSize
:
12
,
...
@@ -286,8 +242,8 @@
...
@@ -286,8 +242,8 @@
TeacherName
:
""
,
TeacherName
:
""
,
TeacherTel
:
""
,
TeacherTel
:
""
,
AuditStatus
:
"-1"
,
AuditStatus
:
"-1"
,
School_Id
:
""
,
IsShow
:
"-1"
,
IsShow
:
"-1"
,
School_Id
:
0
},
},
pageCount
:
0
,
pageCount
:
0
,
persistent
:
false
,
persistent
:
false
,
...
@@ -298,21 +254,18 @@
...
@@ -298,21 +254,18 @@
resetLoading
:
false
resetLoading
:
false
}
}
},
},
moun
ted
()
{
crea
ted
()
{
this
.
currentUrl
=
this
.
$route
.
path
this
.
currentUrl
=
this
.
$route
.
path
this
.
getSchool
()
this
.
getSchool
()
},
mounted
()
{
this
.
getTeacher
()
this
.
getTeacher
()
},
},
methods
:
{
methods
:
{
resetSearch
()
{
resetSearch
()
{
this
.
msg
.
pageIndex
=
1
this
.
loading
=
true
;
this
.
loading
=
true
this
.
msg
.
pageIndex
=
1
;
if
(
this
.
schoolTemp
)
{
this
.
getTeacher
();
this
.
msg
.
School_Id
=
this
.
schoolTemp
.
SId
}
else
{
this
.
msg
.
School_Id
=
0
}
this
.
getTeacher
()
},
},
resetPw
(
id
)
{
resetPw
(
id
)
{
let
that
=
this
let
that
=
this
...
@@ -398,21 +351,13 @@
...
@@ -398,21 +351,13 @@
})
})
},
},
changePage
(
val
)
{
changePage
(
val
)
{
this
.
msg
.
Status
=
this
.
StatusTemp
?
this
.
StatusTemp
.
value
:
'-1'
this
.
msg
.
pageIndex
=
val
;
this
.
msg
.
pageIndex
=
val
;
this
.
loading
=
true
;
this
.
loading
=
true
;
this
.
getTeacher
();
this
.
getTeacher
();
},
},
getSchool
()
{
getSchool
()
{
getSchoolDropdown
({}).
then
(
res
=>
{
getSchoolDropdown
({}).
then
(
res
=>
{
this
.
schoolList
=
res
.
Data
this
.
schoolList
=
res
.
Data
;
if
(
this
.
msg
.
School_Id
!=
0
)
{
this
.
schoolTemp
=
this
.
schoolList
.
filter
(
x
=>
{
if
(
this
.
objOption
.
School_Id
==
x
.
SId
)
{
return
x
}
})[
0
]
}
})
})
},
},
getTeacher
()
{
getTeacher
()
{
...
@@ -424,23 +369,12 @@
...
@@ -424,23 +369,12 @@
this
.
loading
=
false
this
.
loading
=
false
})
})
},
},
addAfterQuery
()
{
RefreshPage
()
{
if
(
!
this
.
objOption
)
{
this
.
msg
=
{
pageIndex
:
1
,
pageSize
:
12
,
rowsPerPage
:
12
,
TeacherName
:
""
,
TeacherTel
:
""
,
AuditStatus
:
"-1"
,
IsShow
:
"-1"
}
}
this
.
getTeacher
()
this
.
getTeacher
()
},
},
addObj
(
obj
)
{
addObj
(
obj
)
{
if
(
obj
)
{
if
(
obj
)
{
this
.
objOption
=
obj
this
.
objOption
=
obj
;
}
else
{
}
else
{
this
.
objOption
=
null
this
.
objOption
=
null
}
}
...
...
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