stat_department.eft 879 Bytes
>div
  >div.ui.form
    >div.three.fields
      >div.field
        >div.ui.input
          >select.ui.select
            %value = {{depart = }}
            @change = update
            >option
              #disabled
              #hidden
              #selected
              #value = 
            +departments
      >div.field
        >div.ui.input
          >input
            #type = date
            @change = update
            %value = {{date}}
      >div.field
        >select.ui.select
          %value = {{type = daily}}
          @change = update
          >option
            #value = daily
            .查看日期
          >option
            #value = monthly
            .查看月份
          >option
            #value = quarter
            .查看季度
  >div.ui.message
    >div.header
      .统计图表
    >div.ui.divider
    >p
      >div.ct-container