审查视图

application/admin/lang/zh-cn/tick.php 291 字节
杨育虎 authored
1 2 3 4 5 6 7
<?php

return [
    'Id'        => 'ID',
    'Title'     => '优惠券名称',
    'You_time'  => '有效期(天)',
    'Door'      => '使用门槛(元)',
杨育虎 authored
8 9 10 11
    'Del_price' => '优惠金额(元)',
    'Status'    => '类型',
    'Status 1'  => '新人券',
    'Status 2'  => '拉新券'
杨育虎 authored
12
];