diff --git a/ruoyi-admin/src/main/resources/templates/system/placeRegist/placeRegist.html b/ruoyi-admin/src/main/resources/templates/system/placeRegist/placeRegist.html index f1fe74e..b876bab 100644 --- a/ruoyi-admin/src/main/resources/templates/system/placeRegist/placeRegist.html +++ b/ruoyi-admin/src/main/resources/templates/system/placeRegist/placeRegist.html @@ -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'); }); });