chore: gitee sync script; subscription keyword search; order filter ui

This commit is contained in:
萝卜
2026-03-10 11:50:33 +00:00
parent e17f8e2162
commit a4e1fe2508
4 changed files with 100 additions and 6 deletions

View File

@@ -35,7 +35,7 @@
<option value="{{ $plan->id }}" @selected(($filters['plan_id'] ?? '') == $plan->id)>{{ $plan->name }}</option>
@endforeach
</select>
<input name="keyword" placeholder="搜索订阅号 / 套餐快照 / 计费周期" value="{{ $filters['keyword'] ?? '' }}">
<input name="keyword" placeholder="搜索订阅号 / 站点 / 套餐 / 计费周期" value="{{ $filters['keyword'] ?? '' }}">
<div>
<button type="submit">应用筛选</button>
</div>