manage_department.eft 1.07 KB
>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
        .确定