Refine DICOM UPP relation loading
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="top-actions">
|
||||
<button id="viewerHomeBtn" class="dark-btn" type="button">进入阅片系统</button>
|
||||
<span id="dbStatus" class="status-pill">数据库</span>
|
||||
<button id="refreshBtn" class="dark-btn" type="button">刷新</button>
|
||||
<span id="userBadge" class="user-badge">未登录</span>
|
||||
@@ -23,6 +24,7 @@
|
||||
<button id="logoutBtn" class="dark-btn" type="button">退出</button>
|
||||
</div>
|
||||
</header>
|
||||
<div id="topLoading" class="top-loading hidden"><span></span></div>
|
||||
|
||||
<main id="viewerPage" class="layout">
|
||||
<aside class="sidebar">
|
||||
@@ -51,16 +53,14 @@
|
||||
<div class="filter-grid">
|
||||
<button class="active" data-filter="all">全部</button>
|
||||
<button data-filter="complete">完整关联</button>
|
||||
<button data-filter="no_stl">缺 STL</button>
|
||||
<button data-filter="pacs_only">仅 DICOM</button>
|
||||
<button data-filter="stl_only">仅 STL</button>
|
||||
<button data-filter="list_only">列表无STL</button>
|
||||
<button data-filter="pending_dicom">待处理DICOM</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="panel list-panel">
|
||||
<div id="relationList" class="relation-list"></div>
|
||||
<div id="listLoading" class="list-loading hidden">加载中...</div>
|
||||
</section>
|
||||
</aside>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user