cost_people.eft 748 Bytes
>div.ui.form
  >div.three.fields
    >div.field
      >div.label
        .时间
      >input
        #type = date
        @change = update
        %value = {{date}}
      >input#end
        #style = display: none
        #type = date
        @change = update
        %value = {{date_end}}
    >div.field
      >div.label
        .时间段
      >select
        %value = {{range = monthly}}
        @change = changeSel
        >option
          #value = monthly
          .查看月份
        >option
          #value = dateindex
          .查看日期范围
  >div.field
    >div.ui.message
      >div.header
        .图表
      >div.content
        >div.ui.divider
        >h3
          .等待与后端同步接口
        >div.ct-container