manage_department.eft
1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
>div
>table.ui.celled.table
>thead
>tr
>th
.部门
>th
.负责人
>th
.操作
>tbody
+departmentlist
>tfoot.full-width
>tr
>th
#colspan = 3
>div.ui.right.floated.small.primary.labeled.icon.button
@click = add
>i.users.icon
.添加部门
>div.ui.modal#add
>div.header
.{{status = 添加}}
>div.content
>div.ui.form
#onsubmit = return false
>div.field
>div.label
#data-old = {{add_old}}
.项目名称
>input#pname
%value = {{add_name}}
>div.field
>div.label
.负责人
>input
%value = {{add_people}}
>div.actions
>button.ui.negative.button
.取消
>button.ui.button.green
@click = submit
.确定
>div.ui.modal#infomation
>div.header
.{{info}}
>div.content
.{{content}}
>div.actions
>button.ui.button.basic.negative
.确定