'按重量计费', self::CHARGE_WAY_VOLUME => '按体积计费', self::CHARGE_WAY_PIECE => '按件计费', ]; if ($type === true) { return $data; } return $data[$type] ?? '未知'; } public function getChargeWayTextAttr($value, $data) { return self::getChargeWay($data['charge_way']); } public function configs() { return $this->hasMany('freight_config', 'freight_id', 'id'); } }