多租户:调整 tenant 表的 domain 字段为 website,避免 dm 数据库的关键字冲突

This commit is contained in:
shizhong 2024-03-05 17:54:50 +08:00
parent 8f70c7f299
commit e2047eb6e9

View File

@ -83,7 +83,7 @@ export const rules = reactive({
message: '密码长度为 4-16 位'
}
],
domain: [required],
website: [required],
status: [required]
})
@ -169,7 +169,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
},
{
title: '绑定域名',
field: 'domain'
field: 'website'
},
{
title: '租户状态',