_template(reserve分类)

[[form]]
fields:
  title:
    label: "标题"
    type: text
    minLength: 1
    hint: RPC-XXX
  user:
    label: "译者"
    type: text
    minLength: 1
    hint: 账号名称
  date-from:
    type: date
    label: "预约日期"
    hint: 2019-05-01
    options:
      appendText: '从日历里选择'
      autoSize: true
      changeYear: true
      dateFormat: 'yy-mm-dd'
      firstDay: 1
      showOn: button
  date-to:
    type: date
    label: "期限"
    hint: 最大期限为两个月
    options:
      appendText: '日历中选择'
      autoSize: true
      changeYear: true
      dateFormat: 'yy-mm-dd'
      firstDay: 1
      showOn: button
  caution:
    type: static
    value: |
[[/form]]

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License