Commit 1989e220 authored by 沈翠玲's avatar 沈翠玲

账号管理

parent bd7e7385
...@@ -47,7 +47,7 @@ import { getdepartmentTree } from '@/api/departmentManage'; ...@@ -47,7 +47,7 @@ import { getdepartmentTree } from '@/api/departmentManage';
slots: { slots: {
default: ({ row }) => { default: ({ row }) => {
return ( return (
<>{row.tenant.name}</> <>{row?.tenant?.name}</>
); );
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment