@extends('layouts.app') @section('title')查询-运输-价格模型@endsection @section('content')
| 代码 | 承运商名称 | 省份 | 城市 | 计重单位 | 区间 | 单价(元) | 起步费(元) | 最低计数 | 录入时间 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| @{{waybillPriceModel.id}} | @{{waybillPriceModel.logistic}} | @{{waybillPriceModel.province}} | @{{waybillPriceModel.city}} | @{{waybillPriceModel.unit}} | @{{waybillPriceModel.range_min}} -- @{{waybillPriceModel.range_max}} | @{{waybillPriceModel.unit_price}} | @{{waybillPriceModel.base_fee}} | @{{waybillPriceModel.initial_weight}} | @{{waybillPriceModel.created_at}} | @can('计费模型-编辑') @endcan @can('计费模型-删除') @endcan |