feat: 统一列表搜索清除入口 (#248)

This commit is contained in:
chengma
2026-08-15 17:47:45 +08:00
parent e55e2b59ca
commit 9f354198c7
7 changed files with 65 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@
<input type="hidden" name="page_size" value="{{.CurrentPageSize}}">
<label for="q">名称</label>
<input id="q" type="text" name="name" value="{{.Keyword}}" placeholder="客户端名称">
<a class="button-link" href="/clients?page_size={{.CurrentPageSize}}">清除</a>
<button type="submit">搜索</button>
</form>