|
@@ -36,15 +36,17 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'Jackpot_id', title: __('Jackpot_id')},
|
|
|
{field: 'eggjackpot.name', title: __('Eggjackpot.name'), operate: 'LIKE'},
|
|
|
+ {field: 'eggjackpot.type', title: __('Eggjackpot.type'), searchList: {"1":__('Eggjackpot.type 1'),"2":__('Eggjackpot.type 2'),"3":__('Eggjackpot.type 3')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'gift_id', title: __('Gift_id')},
|
|
|
- {field: 'gift_name', title: __('Gift_name'), operate: 'LIKE'},
|
|
|
{field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
// {field: 'special', title: __('Special'), operate: 'LIKE'},
|
|
|
+ {field: 'gift_name', title: __('Gift_name'), operate: 'LIKE'},
|
|
|
|
|
|
// {field: 'prize_no', title: __('Prize_no')},
|
|
|
{field: 'price', title: __('Price')},
|
|
|
{field: 'is_use', title: __('Is_use'), searchList: {"1":__('Is_use 1'),"0":__('Is_use 0')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
+// {field: 'starttime', title: __('Starttime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|
|
|
]
|