mirror of
https://gitee.com/XiaoLFeng/JSL_OrganizeInternalOA_Web.git
synced 2025-02-04 11:32:36 +08:00
管理界面完善4.
This commit is contained in:
parent
0de58fbbe8
commit
cadf7ba10c
|
@ -150,9 +150,16 @@ const columns = reactive( [
|
|||
width: 60,
|
||||
align: "center"
|
||||
},
|
||||
{
|
||||
title: "ID",
|
||||
key: "id",
|
||||
width: 80,
|
||||
align: "center"
|
||||
},
|
||||
{
|
||||
title: "角色",
|
||||
key: "roleName",
|
||||
width: 150,
|
||||
align: "center"
|
||||
},
|
||||
{
|
||||
|
@ -162,20 +169,20 @@ const columns = reactive( [
|
|||
align: "center"
|
||||
},
|
||||
{
|
||||
title: "电话",
|
||||
key: "phone",
|
||||
width: 125,
|
||||
title: "创建日期",
|
||||
key: "createdAt",
|
||||
|
||||
align: "center"
|
||||
},
|
||||
{
|
||||
title: "邮箱",
|
||||
key: "email",
|
||||
title: "更新日期",
|
||||
key: "updatedAt",
|
||||
align: "center"
|
||||
},
|
||||
{
|
||||
title: "状态",
|
||||
slot: "status",
|
||||
width: 80,
|
||||
width: 100,
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
|
|
|
@ -163,13 +163,13 @@ const columns = reactive( [
|
|||
{
|
||||
title: "账号",
|
||||
key: "jobId",
|
||||
width: 125,
|
||||
width: 150,
|
||||
align: "center"
|
||||
},
|
||||
{
|
||||
title: "电话",
|
||||
key: "phone",
|
||||
width: 125,
|
||||
width: 150,
|
||||
align: "center"
|
||||
},
|
||||
{
|
||||
|
@ -180,7 +180,7 @@ const columns = reactive( [
|
|||
{
|
||||
title: "状态",
|
||||
slot: "status",
|
||||
width: 80,
|
||||
width: 100,
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user