mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
feat: 调整 tenant 表的 domain 字段为 website
This commit is contained in:
@@ -47,7 +47,7 @@ export const columns: BasicColumn[] = [
|
||||
},
|
||||
{
|
||||
title: '绑定域名',
|
||||
dataIndex: 'domain',
|
||||
dataIndex: 'website',
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export const formSchema: FormSchema[] = [
|
||||
},
|
||||
{
|
||||
label: '绑定域名',
|
||||
field: 'domain',
|
||||
field: 'website',
|
||||
required: true,
|
||||
component: 'Input',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user