ref : 重构令牌管理逻辑,,统一状态码识别
This commit is contained in:
@@ -97,7 +97,7 @@ let tableColumns: ColumnsType = reactive([
|
||||
title: t('views.logManage.mml.logTime'),
|
||||
dataIndex: 'logTime',
|
||||
align: 'left',
|
||||
width: 150,
|
||||
width: 200,
|
||||
customRender(opt) {
|
||||
if (!opt.value) return '';
|
||||
return parseDateToStr(opt.value);
|
||||
|
||||
Reference in New Issue
Block a user