fix style
This commit is contained in:
@ -36,13 +36,9 @@ export class StaffManagementComponent implements OnInit {
|
|||||||
{
|
{
|
||||||
title: '最后登录时间',
|
title: '最后登录时间',
|
||||||
index: 'lastLoginDate',
|
index: 'lastLoginDate',
|
||||||
<<<<<<< HEAD
|
|
||||||
className: 'text-center',
|
className: 'text-center',
|
||||||
type: 'date'
|
|
||||||
=======
|
|
||||||
type: 'date',
|
type: 'date',
|
||||||
format: item => `${item.lastLoginDate || '-'}`
|
format: item => `${item.lastLoginDate || '-'}`
|
||||||
>>>>>>> 9894aafcc1c3326f1d6dcb9a0c3eb42079a623a9
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '成员状态',
|
title: '成员状态',
|
||||||
|
|||||||
Reference in New Issue
Block a user