@@ -310,6 +310,7 @@ var table = {
});
},
tooltip2: function (value, length, target) {
+ target="open";
var _length = $.common.isEmpty(length) ? 19 : length;
var _text = "";
var _value = $.common.nullToStr(value);
@@ -36,7 +36,7 @@
</div>
</form>
-
+
<div class="btn-group-sm" id="toolbar" role="group">
<a class="btn btn-success" onclick="$.operate.add()" shiro:hasPermission="system:config:add">
<i class="fa fa-plus"></i> 新增
@@ -138,11 +138,11 @@
};
$.table.init(options);
/** 刷新参数缓存 */
function refreshCache() {
$.operate.get(prefix + "/refreshCache");
}
</script>
</body>
-</html>
+</html>