优化代码

This commit is contained in:
18500206848
2024-04-28 22:45:02 +08:00
parent b4b8fc7ed0
commit 8058a6a7e5
2 changed files with 20 additions and 7 deletions

View File

@@ -217,6 +217,12 @@ export default {
dialogType: "drawer",
dialogClickModal: false,
column: [
{
label: "所属部门",
prop: "deptName",
// slot: true,
display: false,
},
{
label: "登录账号",
prop: "account",
@@ -236,12 +242,6 @@ export default {
// slot: true,
display: false,
},
{
label: "所属部门",
prop: "deptName",
// slot: true,
display: false,
},
],
group: [
{