@extends('layouts.base')
@section('title', '配送模板管理')
@section('content')
确定
[[scope.row.display_order]]
[[scope.row.calculate_type==1?'按件计费':'按重量计费']]
[[scope.row.calculate_type==1?scope.row.first_piece_price:scope.row.first_weight_price]]
[[scope.row.calculate_type==1?scope.row.another_piece_price:scope.row.another_weight_price]]
[[scope.row.enabled==1?'显示':'隐藏']]
[[scope.row.is_default==1?'是':'否']]
@endsection