场所出入登记

pg_adapter
dshclm 8 months ago
parent f466bb840d
commit b07e86ddb4

@ -87,7 +87,7 @@
field: 'placeName',
title: '场所名称',
formatter:function (value, row, index){
return placeCache[value] || '加载中...'; // 使用缓存数据或显示默认提示
return placeCache[value] || '加载中...';
}
},
{
@ -109,10 +109,6 @@
}
}
},
{
field: 'subjectMatter',
title: '事由',
},
{
field: 'accessTime',
title: '进入时间',
@ -167,7 +163,7 @@
});
$(document).ready(function() {
loadPlacesData().done(function() {
$('#bootstrap-table').bootstrapTable('refresh'); // 刷新表格以应用新的数据
$('#bootstrap-table').bootstrapTable('refresh');
});
});
</script>

Loading…
Cancel
Save