mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-22 18:39:32 +08:00
⚡ 增加多租户模块
This commit is contained in:
parent
f3d6f63f95
commit
1b8c95457e
@ -92,8 +92,6 @@ export default {
|
|||||||
index: true,
|
index: true,
|
||||||
selection: true,
|
selection: true,
|
||||||
viewBtn: true,
|
viewBtn: true,
|
||||||
dialogWidth: 300,
|
|
||||||
dialogHeight: 400,
|
|
||||||
column: [
|
column: [
|
||||||
{
|
{
|
||||||
label: "角色名称",
|
label: "角色名称",
|
||||||
@ -111,6 +109,7 @@ export default {
|
|||||||
{
|
{
|
||||||
label: "租户编号",
|
label: "租户编号",
|
||||||
prop: "tenantCode",
|
prop: "tenantCode",
|
||||||
|
search: true,
|
||||||
addDisplay: false,
|
addDisplay: false,
|
||||||
editDisplay: false,
|
editDisplay: false,
|
||||||
span: 24,
|
span: 24,
|
||||||
@ -120,25 +119,6 @@ export default {
|
|||||||
trigger: "blur"
|
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: "角色别名",
|
label: "角色别名",
|
||||||
prop: "roleAlias",
|
prop: "roleAlias",
|
||||||
|
@ -54,8 +54,6 @@
|
|||||||
index: true,
|
index: true,
|
||||||
selection: true,
|
selection: true,
|
||||||
viewBtn: true,
|
viewBtn: true,
|
||||||
dialogWidth: 300,
|
|
||||||
dialogHeight: 400,
|
|
||||||
column: [
|
column: [
|
||||||
{
|
{
|
||||||
label: "租户编号",
|
label: "租户编号",
|
||||||
|
Loading…
Reference in New Issue
Block a user