@extends('layouts.app') @section('title')查询-直发车-计费模型@endsection @section('content')
| 序号 | 操作 | 价格名称 | 项目 | 起步公里数 | 录入时间 | 操作 |
|---|---|---|---|---|---|---|
| @{{ i+1 }} | @{{ model.name }} |
@{{ owner.name }} |
@{{ model.baseKm }} | @{{ model.createdAt }} | @can("计费模型-直发-编辑")@endcan @can("计费模型-直发-删除")@endcan |