From b07e86ddb43c70a7c5ab570fccc264efbbfb8298 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Wed, 14 Aug 2024 14:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=BA=E6=89=80=E5=87=BA=E5=85=A5=E7=99=BB?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/placeRegist/placeRegist.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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'); }); });