From ec5040805caa5a4f095bbb13f79742e4462623ac Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 08 Jun 2021 08:56:31 +0800
Subject: [PATCH] 去掉js
---
widgets/searchL/Widget.js | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/widgets/searchL/Widget.js b/widgets/searchL/Widget.js
index 4da353f..bc6f478 100644
--- a/widgets/searchL/Widget.js
+++ b/widgets/searchL/Widget.js
@@ -56,7 +56,7 @@
$('.searchLMain').hide();
})
-
+
},
closeToolBox: function (item) {
@@ -180,11 +180,11 @@
, last: false //不显示尾页
}
, cols: [[
- { field: 'id', width: 59, align: 'center', title: '序号' }
- , { field: 'username', width: 90, align: 'center', title: '图层名称' }
- , { field: 'style1', width: 95, align: 'center', title: '图层属性1' }
- , { field: 'style2', width: 95, align: 'center', title: '图层属性2' }
- , { fixed: 'right', width: 115, align: 'center', title: '操作', toolbar: '#demoTable' }
+ { field: 'id', width: 59, align: 'center', unresize: true, title: '序号' }
+ , { field: 'username', width: 90, align: 'center', unresize: true, title: '图层名称' }
+ , { field: 'style1', width: 95, align: 'center', unresize: true, title: '图层属性1' }
+ , { field: 'style2', width: 95, align: 'center', unresize: true, title: '图层属性2' }
+ , { fixed: 'right', width: 115, align: 'center', unresize: true, title: '操作', toolbar: '#demoTable' }
]],
data: data,
//,skin: 'line' //表格风格
--
Gitblit v1.9.3