|
@@ -47,8 +47,10 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
{field: 'cancel_reason', title: __('Cancel_reason'), operate: 'LIKE'},
|
|
{field: 'cancel_reason', title: __('Cancel_reason'), operate: 'LIKE'},
|
|
{field: 'cancel_time', title: __('Cancel_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
{field: 'cancel_time', title: __('Cancel_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
{field: 'is_show', title: __('Is_show'), searchList: {"1":__('Is_show 1'),"0":__('Is_show 0')}, formatter: Table.api.formatter.normal},
|
|
{field: 'is_show', title: __('Is_show'), searchList: {"1":__('Is_show 1'),"0":__('Is_show 0')}, formatter: Table.api.formatter.normal},
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+// {field: 'cancel_notice_status', title: __('Cancel_notice_status'), searchList: {"0":__('Cancel_notice_status 0'),"1":__('Cancel_notice_status 1')}, formatter: Table.api.formatter.status},
|
|
|
|
+ {field: 'danceroom_id', title: __('Danceroom_id')},
|
|
|
|
+ {field: 'danceroom.name', title: __('Danceroom.name'), operate: 'LIKE'},
|
|
|
|
+ {field: 'danceroom.name_en', title: __('Danceroom.name_en'), operate: 'LIKE'},
|
|
{field: 'operate', title: __('Operate'), table: table,
|
|
{field: 'operate', title: __('Operate'), table: table,
|
|
buttons:[
|
|
buttons:[
|
|
{
|
|
{
|