perf: 证书仓库页面增加到期状态查询条件

This commit is contained in:
xiaojunnuo
2026-01-29 00:38:33 +08:00
parent c408687af7
commit 58c3d7087b
11 changed files with 73 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ export abstract class CertApplyBaseConvertPlugin extends AbstractTaskPlugin {
vModel: "value",
mode: "tags",
// open: false,
placeholder: "请输入证书域名比如foo.com / *.foo.com / *.sub.foo.com / *.bar.com",
placeholder: "请输入证书域名比如foo.com , *.foo.com , *.sub.foo.com , *.bar.com",
tokenSeparators: [",", " ", "", "、", "|"],
search: true,
pager:true,