|
@@ -35,7 +35,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'package_order_id', title: __('Package_order_id')},
|
|
|
{field: 'delay_week', title: __('Delay_week')},
|
|
|
{field: 'reason', title: __('Reason'), operate: 'LIKE'},
|
|
|
- {field: 'reason_files', title: __('Reason_files'), operate: false, formatter: Table.api.formatter.files},
|
|
|
+// {field: 'reason_files', title: __('Reason_files'), operate: false, formatter: Table.api.formatter.files},
|
|
|
{field: 'remark', title: __('Remark'), operate: 'LIKE'},
|
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
{field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|