perf: 阿里云waf cname站点选择支持翻页及域名查询

This commit is contained in:
xiaojunnuo
2025-06-29 19:36:46 +08:00
parent 3fb3cee423
commit 4cf98584da
6 changed files with 46 additions and 16 deletions
@@ -38,9 +38,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
const checkStatusDict = dict({
data: [
{ label: t("checkStatus.success"), value: "ok", color: "green" },
{ label: t("checkStatus.checking"), value: "checking", color: "blue" },
{ label: t("checkStatus.error"), value: "error", color: "red" },
{ label: t("certd.checkStatus.success"), value: "ok", color: "green" },
{ label: t("certd.checkStatus.checking"), value: "checking", color: "blue" },
{ label: t("certd.checkStatus.error"), value: "error", color: "red" },
],
});