审查视图

application/admin/lang/zh-cn/bcoupon.php 728 字节
1 2 3 4 5 6 7
<?php

return [
    'Id'            => 'ID',
    'Bg_name'       => '品牌名称',
    'Bg_address'    => '品牌产地',
    'Is_new'        => '新人专享',
jinglong authored
8
    'Gift'          => '分享礼包',
jinglong authored
9
    'Sort'          => '排序',
10 11 12 13 14 15 16 17
    'Bg_id'         => '品牌分类',
    'Coupon_name'   => '优惠券名称',
    'C_type'        => '优惠券类型',
    'Coupon_type'   => '优惠类型',
    'Full_reduce'   => '满减金额',
    'Reduce'        => '减少金额',
    'Discount'      => '折扣(折)',
    'Coupon_number' => '优惠券数量',
18
    'Start_time'    => '有效开始日期',
jinglong authored
19
    'End_time'      => '有效截止日期',
20 21 22
    'Createtime'    => '创建时间',
    'Updatetime'    => '更新时间'
];