1, :percentage="value " value 要为数字类型 2,当xxxxx大于100时就报错 解决办法: :percentage="parseInt(value) > 100 ? 100 :parseInt(value)"