value]; } public static function colors() { return [ static::Pending->value => '#5b69bc', static::Paid->value => '#21b978', static::Cancelled->value => '#b3b9bf', ]; } public static function texts() { return [ static::Pending->value => '待付款', static::Paid->value => '已付款', static::Cancelled->value => '已取消', ]; } }