From f71a02229c1ba00fbecaead19256593ffb052753 Mon Sep 17 00:00:00 2001
From: duan <dante@isaints.net>
Date: 星期三, 21 八月 2024 17:18:40 +0800
Subject: [PATCH] 1

---
 src/DIXWeb.Web/Areas/GlobalM/Views/Statement/ObjectInspectDetail.cshtml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/DIXWeb.Web/Areas/GlobalM/Views/Statement/ObjectInspectDetail.cshtml b/src/DIXWeb.Web/Areas/GlobalM/Views/Statement/ObjectInspectDetail.cshtml
index 1222b4a..4471ca2 100644
--- a/src/DIXWeb.Web/Areas/GlobalM/Views/Statement/ObjectInspectDetail.cshtml
+++ b/src/DIXWeb.Web/Areas/GlobalM/Views/Statement/ObjectInspectDetail.cshtml
@@ -29,8 +29,9 @@
         <td></td>
     </tr>
 </table>
-<table id="tabOIDTable" class="easyui-datagrid"></table>
-
+<div id="divOIDShow">
+    <table id="tabOIDTable" class="easyui-datagrid"></table>
+</div>
 
 <style type="text/css">
     #tabOIDSearch td {

--
Gitblit v1.8.0