amis/docs/renderers/Form/Rating.md

291 B

Rating

评分

  • type 请设置成 rating
  • half 是否使用半星选择
  • count 共有多少星可供选择
  • readOnly 只读
{
  "type": "rating",
  "name": "rating",
  "label": "评分",
  "count": 5,
  "half": true
}