fix: 支持 MaDao 路由计划下拉选择

将 MaDao 路由计划从文本输入改为可刷新下拉列表。

保留已保存计划 ID 作为兜底选项,避免列表加载失败时清空配置。
This commit is contained in:
Isulew
2026-05-29 16:01:16 +08:00
parent f6a9f42089
commit 0938f5dfba
3 changed files with 359 additions and 22 deletions
+6 -2
View File
@@ -1558,8 +1558,12 @@
</div>
<div class="data-row" id="row-madao-routing-plan-id" style="display:none;">
<span class="data-label">路由计划</span>
<input type="text" id="input-madao-routing-plan-id" class="data-input mono"
placeholder="routing_plan_id" />
<div class="data-inline data-value-actions">
<select id="select-madao-routing-plan-id" class="data-select mono">
<option value="">请先刷新路由计划</option>
</select>
<button id="btn-madao-refresh-routing-plans" class="btn btn-ghost btn-xs data-inline-btn" type="button">刷新</button>
</div>
</div>
<div class="data-row" id="row-madao-price-range" style="display:none;">
<span class="data-label">MaDao 价格</span>