mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
perf: 阿里云waf cname站点选择支持翻页及域名查询
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user