fix: 修复站点监控域名校验无法通过的bug

v2
xiaojunnuo 2025-01-06 23:08:16 +08:00
parent 46b87250b2
commit 1cb4a539cc
3 changed files with 5 additions and 1 deletions

View File

@ -145,7 +145,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
search: {
show: true
},
type: "copyable",
type: "text",
form: {
rules: [
{ required: true, message: "请输入域名" },

View File

@ -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: {

View File

@ -70,6 +70,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
width: 320,
fixed: "right",
buttons: {
view: {
show: false
},
copy: {
show: false
},