From 27a8a57cf52b4bf83d628aa3049be1efaa74f29c Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Wed, 26 Mar 2025 09:21:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E6=97=A0=E6=B3=95=E8=AE=BE=E7=BD=AE=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/certd/monitor/site/crud.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 d145a7580..ab048b01c 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 @@ -177,6 +177,21 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat }, }, }, + port: { + title: "HTTPS端口", + search: { + show: false, + }, + type: "number", + form: { + value: 443, + rules: [{ required: true, message: "请输入端口" }], + }, + column: { + width: 100, + show: false, + }, + }, certDomains: { title: "证书域名", search: {