<%= select_tag "p_state", options_for_select( [["全部", -1], ["已发布", 2], ["编辑中", 0], ["待审核", 1], ["已公开", 3]] ), { include_blank: true } %>