@extends('layouts.base')
@section('title', '优惠券管理')
@section('content')
[[scope.row.enough>0?'满'+scope.row.enough+'可用':'不限']]
立减[[scope.row.deduct?scope.row.deduct:'0']]元
打[[scope.row.discount?scope.row.discount:'1']]折
无限数量
[[scope.row.lasttotal]]
[[scope.row.get_type==0?'不显示':'显示']]
@endsection