diff --git a/public/assets/js/backend/baoxiudan.js b/public/assets/js/backend/baoxiudan.js index 7acbabc..c5f1a29 100644 --- a/public/assets/js/backend/baoxiudan.js +++ b/public/assets/js/backend/baoxiudan.js @@ -37,7 +37,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin {field: 'xitong.xitong', title: __('Xitong.xitong'),operate:'LIKE'}, {field: 'time', title: __('Time'), operate:'RANGE', addclass:'datetimerange', formatter: Table.api.formatter.datetime}, {field: 'people_name', title: __('People_name'),operate:false}, - {field: 'colum_con', title: __('Colum_con')operate:false}}, + {field: 'colum_con', title: __('Colum_con'),operate:false}}, {field: 'images', title: __('Images'), events: Table.api.events.image, formatter: Table.api.formatter.images,operate:false}, {field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"2":__('Type 2')}, formatter: Table.api.formatter.normal}, {field: 'repair_type', title: __('Repair_type'), searchList: {"0":__('Repair_type 0'),"1":__('Repair_type 1'),"2":__('Repair_type 2')}, formatter: Table.api.formatter.normal},