From 1cb4a539cc523721ffd4b22d40d0e3d2d68cd915 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 6 Jan 2025 23:08:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=AB=99=E7=82=B9?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E5=9F=9F=E5=90=8D=E6=A0=A1=E9=AA=8C=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E9=80=9A=E8=BF=87=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/certd-client/src/views/certd/monitor/site/crud.tsx | 2 +- packages/ui/certd-client/src/views/certd/trade/crud.tsx | 1 + packages/ui/certd-client/src/views/sys/suite/trade/crud.tsx | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) 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 ba7a19b9..d775f69a 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 @@ -145,7 +145,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat search: { show: true }, - type: "copyable", + type: "text", form: { rules: [ { required: true, message: "请输入域名" }, diff --git a/packages/ui/certd-client/src/views/certd/trade/crud.tsx b/packages/ui/certd-client/src/views/certd/trade/crud.tsx index af1a312b..9627209f 100644 --- a/packages/ui/certd-client/src/views/certd/trade/crud.tsx +++ b/packages/ui/certd-client/src/views/certd/trade/crud.tsx @@ -63,6 +63,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat width: 240, fixed: "right", buttons: { + view: { show: false }, edit: { show: false }, copy: { show: false }, syncStatus: { diff --git a/packages/ui/certd-client/src/views/sys/suite/trade/crud.tsx b/packages/ui/certd-client/src/views/sys/suite/trade/crud.tsx index 3536e904..42e68982 100644 --- a/packages/ui/certd-client/src/views/sys/suite/trade/crud.tsx +++ b/packages/ui/certd-client/src/views/sys/suite/trade/crud.tsx @@ -70,6 +70,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat width: 320, fixed: "right", buttons: { + view: { + show: false + }, copy: { show: false },