style: 用户列表时间列宽200px
This commit is contained in:
@@ -160,7 +160,7 @@ let tableColumns: ColumnsType = [
|
|||||||
title: t('views.system.user.loginTime'),
|
title: t('views.system.user.loginTime'),
|
||||||
dataIndex: 'loginDate',
|
dataIndex: 'loginDate',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
width: 150,
|
width: 200,
|
||||||
customRender(opt) {
|
customRender(opt) {
|
||||||
if (+opt.value <= 0) return '';
|
if (+opt.value <= 0) return '';
|
||||||
return parseDateToStr(+opt.value);
|
return parseDateToStr(+opt.value);
|
||||||
|
|||||||
Reference in New Issue
Block a user