This commit is contained in:
xiaojunnuo
2026-02-19 00:17:02 +08:00
parent 524195d729
commit 1bcadd5f8e
3 changed files with 6 additions and 2 deletions
@@ -557,13 +557,13 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
},
},
ipAddress: {
title: t("certd.monitor.ipAddress"),
title: t("monitor.ipAddress"),
search: {
show: false,
},
type: "text",
form: {
helper: t("certd.monitor.ipAddressHelper"),
helper: t("monitor.ipAddressHelper"),
},
column: {
width: 150,