liyu-pc-base 1.0.80 → 1.0.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6318,6 +6318,17 @@ const Nn = () => U().VITE_APP_HAS_PROJECT, ol = [
|
|
|
6318
6318
|
maxlength: 100,
|
|
6319
6319
|
defaultValue: "",
|
|
6320
6320
|
placeholder: "请填写用户名称"
|
|
6321
|
+
},
|
|
6322
|
+
{
|
|
6323
|
+
type: "select",
|
|
6324
|
+
name: "manage_type",
|
|
6325
|
+
label: "用户类型",
|
|
6326
|
+
disabled: !1,
|
|
6327
|
+
allowClear: !0,
|
|
6328
|
+
inputType: "text",
|
|
6329
|
+
maxlength: 100,
|
|
6330
|
+
defaultValue: "",
|
|
6331
|
+
placeholder: "请填姓名"
|
|
6321
6332
|
}
|
|
6322
6333
|
],
|
|
6323
6334
|
rules: {},
|
|
@@ -6326,9 +6337,16 @@ const Nn = () => U().VITE_APP_HAS_PROJECT, ol = [
|
|
|
6326
6337
|
aim_org_id: t.id,
|
|
6327
6338
|
is_active: !0,
|
|
6328
6339
|
name: "",
|
|
6340
|
+
manage_type: null,
|
|
6329
6341
|
get_role: !0
|
|
6330
6342
|
}),
|
|
6331
|
-
options: {
|
|
6343
|
+
options: {
|
|
6344
|
+
manage_type: [
|
|
6345
|
+
{ label: "普通用户", value: 0 },
|
|
6346
|
+
{ label: "管理员", value: 1 },
|
|
6347
|
+
{ label: "超级管理员", value: 2 }
|
|
6348
|
+
]
|
|
6349
|
+
}
|
|
6332
6350
|
}, a = {
|
|
6333
6351
|
settings: {
|
|
6334
6352
|
labelAlign: "right",
|
|
@@ -6409,6 +6427,7 @@ const Nn = () => U().VITE_APP_HAS_PROJECT, ol = [
|
|
|
6409
6427
|
options: {
|
|
6410
6428
|
manage_type: [
|
|
6411
6429
|
{ label: "普通用户", value: 0 },
|
|
6430
|
+
{ label: "管理员", value: 1 },
|
|
6412
6431
|
{ label: "超级管理员", value: 2 }
|
|
6413
6432
|
]
|
|
6414
6433
|
}
|
|
@@ -6463,6 +6482,7 @@ const Nn = () => U().VITE_APP_HAS_PROJECT, ol = [
|
|
|
6463
6482
|
cellComponent: "tag",
|
|
6464
6483
|
contentMap: {
|
|
6465
6484
|
0: "普通用户",
|
|
6485
|
+
1: "管理员",
|
|
6466
6486
|
2: "超级管理员"
|
|
6467
6487
|
},
|
|
6468
6488
|
colorMap: {
|