From 94defeef43a6eb0187f1df071c669e75ddcbd144 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 05 十月 2023 14:16:59 +0800 Subject: [PATCH] #登陆界面去掉左边界面两个logo --- src/main/webapp/static/js/cstmr/cstmr.js | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/cstmr/cstmr.js b/src/main/webapp/static/js/cstmr/cstmr.js index bc5a4d4..e15803f 100644 --- a/src/main/webapp/static/js/cstmr/cstmr.js +++ b/src/main/webapp/static/js/cstmr/cstmr.js @@ -138,16 +138,18 @@ // size: 'sm', skin: 'line', cols: [[ - {type: 'checkbox'} + // {type: 'checkbox'} // ,{field: 'id', align: 'center',title: 'ID'} - // ,{field: 'hostId$', align: 'center',title: '鎵�灞炲晢鎴�'} - ,{field: 'name', align: 'left',title: '瀹㈡埛鍚嶇О', style: 'color: #1890ff;cursor:pointer', event: 'more', width: 350} + // ,{field: 'hostId$', align: 'center',title: '鎵�灞炲晢鎴�'}, + {field: 'name', align: 'left',title: '瀹㈡埛鍚嶇О', style: 'color: #1890ff;cursor:pointer', event: 'more', width: 350} ,{field: 'simple', align: 'left',title: '瀹㈡埛绠�绉�', hide: true} ,{field: 'uuid', align: 'left',title: '瀹㈡埛浠e彿'} ,{field: 'addr', align: 'left',title: '璇︾粏鍦板潃', templet:function(d){return emptyShow(d.addr)}} ,{field: 'tel', align: 'left',title: '鐢佃瘽', templet:function(d){return emptyShow(d.tel)}} ,{field: 'remarks', align: 'left',title: '澶囨敞', templet:function(d){return emptyShow(d.remarks)}} ,{field: 'cstmrType$', align: 'left',title: '瀹㈡埛绫诲埆'} + ,{field: 'industry', align: 'left',title: '瀹㈡埛琛屼笟'} + ,{field: 'productCategory', align: 'left',title: '浜у搧绫诲埆'} ,{field: 'userId$', align: 'left',title: '娣诲姞浜哄憳'} ,{field: 'createTime$', align: 'left',title: '娣诲姞鏃堕棿'} ,{field: 'deptId$', align: 'left',title: '鎵�灞為儴闂�', hide: true} @@ -405,6 +407,7 @@ autoRow: true, filterable: true, remoteSearch: true, + clickClose: true, radio: true, remoteMethod: function (val, cb, show) { $.ajax({ -- Gitblit v1.9.1