Tank
支持分页、筛选、排序和快速编辑。
Actions
| Tank | Fuel | Vehicle | Volume (L) | Dry (t) | Fuel (t) | Wet (t) | Ratio | Source | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ row.tank_name }} | {{ row.fuel_type or '-' }} | {{ row.vehicle_name or '-' }} | {{ row.tank_volume_l if row.tank_volume_l is not none else '-' }} | {{ row.dry_mass_t if row.dry_mass_t is not none else '-' }} | {{ row.fuel_mass_t if row.fuel_mass_t is not none else '-' }} | {{ row.wet_mass_t if row.wet_mass_t is not none else '-' }} | {{ row.mass_ratio if row.mass_ratio is not none else '-' }} | {{ row.source or '-' }} |
调整筛选条件或重置后重试。