From 48f1bf091869b87dd17feaca5efd8680ef741582 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 29 Jan 2026 00:57:29 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=AB=99=E7=82=B9=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=EF=BC=8C=E6=A3=80=E6=9F=A5=E7=8A=B6=E6=80=81=E6=8C=AA=E5=88=B0?= =?UTF-8?q?=E5=89=8D=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/certd/monitor/site/crud.tsx | 47 ++++++++++--------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/packages/ui/certd-client/src/views/certd/monitor/site/crud.tsx b/packages/ui/certd-client/src/views/certd/monitor/site/crud.tsx index 70142a1e3..0ad543b7d 100644 --- a/packages/ui/certd-client/src/views/certd/monitor/site/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/monitor/site/crud.tsx @@ -457,6 +457,29 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat align: "center", }, }, + checkStatus: { + title: t("certd.monitor.checkStatus"), + search: { + show: false, + }, + type: "dict-select", + dict: checkStatusDict, + form: { + show: false, + }, + column: { + width: 100, + align: "center", + sorter: true, + cellRender({ value, row }) { + return ( + + + + ); + }, + }, + }, certEffectiveTime: { title: t("certd.monitor.certEffectiveTime"), search: { @@ -610,29 +633,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat }, }, }, - checkStatus: { - title: t("certd.monitor.checkStatus"), - search: { - show: false, - }, - type: "dict-select", - dict: checkStatusDict, - form: { - show: false, - }, - column: { - width: 100, - align: "center", - sorter: true, - cellRender({ value, row }) { - return ( - - - - ); - }, - }, - }, + // error: { // title: "错误信息", // search: {