From 78833d7ae48a0a48e9a93e9c3710549a666bb824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=87=A1=E6=87=82?= Date: Wed, 29 Jun 2022 10:55:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=91=98=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/js/backend/user4s/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/js/backend/user4s/user.js b/public/assets/js/backend/user4s/user.js index 001493e..8f3f80e 100644 --- a/public/assets/js/backend/user4s/user.js +++ b/public/assets/js/backend/user4s/user.js @@ -93,7 +93,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function {field: 'instype', title: __('保险类型'), operate: false,visible:false}, { field: 'insdate', title: __('Insdate'), operate: 'BETWEEN', addclass: 'datetimepicker',data: 'data-date-format="YYYY-MM-DD",data-date-use-current="true"', autocomplete: false }, //{field: 'tags', title: __('Tags'), operate: 'LIKE', formatter: Table.api.formatter.flag}, - //{field: 'description', title: __('Description'), operate:false}, + {field: 'description', title: __('Description'), operate:false}, { field: 'admin_id', title: __('Admin_id'), operate: false,visible:false, formatter: function (value, row, index) { return row['fuzheren'];