mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-22 02:19:32 +08:00
⚡ 增加多租户模块
This commit is contained in:
parent
f3d6f63f95
commit
1b8c95457e
@ -92,8 +92,6 @@ export default {
|
||||
index: true,
|
||||
selection: true,
|
||||
viewBtn: true,
|
||||
dialogWidth: 300,
|
||||
dialogHeight: 400,
|
||||
column: [
|
||||
{
|
||||
label: "角色名称",
|
||||
@ -111,6 +109,7 @@ export default {
|
||||
{
|
||||
label: "租户编号",
|
||||
prop: "tenantCode",
|
||||
search: true,
|
||||
addDisplay: false,
|
||||
editDisplay: false,
|
||||
span: 24,
|
||||
@ -120,25 +119,6 @@ export default {
|
||||
trigger: "blur"
|
||||
}]
|
||||
},
|
||||
{
|
||||
label: "所属租户",
|
||||
prop: "tenantCode",
|
||||
type: "tree",
|
||||
dicUrl: "/api/blade-system/tenant/select",
|
||||
addDisplay: false,
|
||||
editDisplay: false,
|
||||
span: 24,
|
||||
props: {
|
||||
label: "tenantName",
|
||||
value: "tenantCode"
|
||||
},
|
||||
search: true,
|
||||
rules: [{
|
||||
required: true,
|
||||
message: "请输入所属租户",
|
||||
trigger: "click"
|
||||
}]
|
||||
},
|
||||
{
|
||||
label: "角色别名",
|
||||
prop: "roleAlias",
|
||||
|
@ -54,8 +54,6 @@
|
||||
index: true,
|
||||
selection: true,
|
||||
viewBtn: true,
|
||||
dialogWidth: 300,
|
||||
dialogHeight: 400,
|
||||
column: [
|
||||
{
|
||||
label: "租户编号",
|
||||
|
Loading…
Reference in New Issue
Block a user