feat: 调整 tenant 表的 domain 字段为 website
parent
55ec507681
commit
3a2f5cc77f
|
@ -47,7 +47,7 @@ export const columns: BasicColumn[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '绑定域名',
|
title: '绑定域名',
|
||||||
dataIndex: 'domain',
|
dataIndex: 'website',
|
||||||
width: 200,
|
width: 200,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -176,7 +176,7 @@ export const formSchema: FormSchema[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '绑定域名',
|
label: '绑定域名',
|
||||||
field: 'domain',
|
field: 'website',
|
||||||
required: true,
|
required: true,
|
||||||
component: 'Input',
|
component: 'Input',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue