修改数据源查询逻辑

This commit is contained in:
CN-JS-HuiBai
2026-04-12 17:37:26 +08:00
parent d7ac1bedb4
commit b79cb09987
4 changed files with 93 additions and 35 deletions

View File

@@ -477,12 +477,21 @@
<input type="text" id="sourceDesc" placeholder="数据源描述" autocomplete="off">
</div>
<div class="form-group" id="serverSourceOption"
style="display: flex; align-items: flex-end; padding-bottom: 8px;">
style="display: flex; align-items: flex-end; padding-bottom: 8px; flex-wrap: wrap; gap: 12px; margin-top: 4px;">
<label
style="display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 0.85rem; color: var(--text-secondary); white-space: nowrap;">
<input type="checkbox" id="isServerSource" checked
<input type="checkbox" id="isOverviewSource" checked
style="width: 16px; height: 16px; accent-color: var(--accent-indigo);">
<span>用于服务器展示</span>
<span>加入总览统计</span>
</label>
<label
style="display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 0.85rem; color: var(--text-secondary); white-space: nowrap;">
<input type="checkbox" id="isDetailSource" checked
style="width: 16px; height: 16px; accent-color: var(--accent-indigo);">
<span>加入详情展示</span>
</label>
<label id="isServerSourceContainer" style="display: none;">
<input type="checkbox" id="isServerSource" checked disabled>
</label>
</div>
<div class="form-actions">