diff --git a/src/manager/Data/RoleManage.vue b/src/manager/Data/RoleManage.vue index ef498ce..9bb84ed 100644 --- a/src/manager/Data/RoleManage.vue +++ b/src/manager/Data/RoleManage.vue @@ -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", }, { diff --git a/src/manager/Data/UserManage.vue b/src/manager/Data/UserManage.vue index 26d12d8..5b01d73 100644 --- a/src/manager/Data/UserManage.vue +++ b/src/manager/Data/UserManage.vue @@ -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", }, {