数据页面样式调试7

master
zcstatham 2 years ago
parent e52af174ad
commit 52954f1411
  1. 2
      app/view/index/index.html

@ -214,6 +214,7 @@
{{# } }}
</script>
<script>
var local_storage_key = 'data_table_col_list';
$(function () {
layui.form.on('checkbox(dataStatus)', function(data){
if(data.elem.checked){
@ -421,6 +422,7 @@
loading: true,
cols: [tableCols],
done: function (res, curr, count) {
tableDone(this.elem, ins.config.cols[0], local_storage_key);
if(res.code == -1){
$('#lock-screen').css('display','flex');
}

Loading…
Cancel
Save