mirror of https://github.com/certd/certd
fix: 修复站点监控域名校验无法通过的bug
parent
46b87250b2
commit
1cb4a539cc
|
@ -145,7 +145,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||||
search: {
|
search: {
|
||||||
show: true
|
show: true
|
||||||
},
|
},
|
||||||
type: "copyable",
|
type: "text",
|
||||||
form: {
|
form: {
|
||||||
rules: [
|
rules: [
|
||||||
{ required: true, message: "请输入域名" },
|
{ required: true, message: "请输入域名" },
|
||||||
|
|
|
@ -63,6 +63,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||||
width: 240,
|
width: 240,
|
||||||
fixed: "right",
|
fixed: "right",
|
||||||
buttons: {
|
buttons: {
|
||||||
|
view: { show: false },
|
||||||
edit: { show: false },
|
edit: { show: false },
|
||||||
copy: { show: false },
|
copy: { show: false },
|
||||||
syncStatus: {
|
syncStatus: {
|
||||||
|
|
|
@ -70,6 +70,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||||
width: 320,
|
width: 320,
|
||||||
fixed: "right",
|
fixed: "right",
|
||||||
buttons: {
|
buttons: {
|
||||||
|
view: {
|
||||||
|
show: false
|
||||||
|
},
|
||||||
copy: {
|
copy: {
|
||||||
show: false
|
show: false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue