From 49795c2fd00a5c56ffbf28a323fbb0580a0915a0 Mon Sep 17 00:00:00 2001
From: 王智 <wz@bronet.cn>
Date: Mon, 31 Aug 2020 09:34:13 +0800
Subject: [PATCH] baoxiu

---
 public/assets/js/backend/baoxiudan.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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},
--
libgit2 0.24.0