fix
This commit is contained in:
@@ -125,13 +125,13 @@ export default defineComponent({
|
|||||||
let time = formatTime(record.text / 1000, 'YYYY-MM-DD hh:mm:ss')
|
let time = formatTime(record.text / 1000, 'YYYY-MM-DD hh:mm:ss')
|
||||||
return time
|
return time
|
||||||
}},
|
}},
|
||||||
{ title: useI18n().t('HistoryPage.SketchCounts'), align:'center', ellipsis: true, width: 80, dataIndex: 'sketchCount', key: 'sketchCounts' },
|
{ title: useI18n().t('HistoryPage.SketchCounts'), align:'center', ellipsis: true, width: 150, dataIndex: 'sketchCount', key: 'sketchCounts' },
|
||||||
{
|
{
|
||||||
title: useI18n().t('HistoryPage.Operations'),
|
title: useI18n().t('HistoryPage.Operations'),
|
||||||
key: 'operation',
|
key: 'operation',
|
||||||
align:'center',
|
align:'center',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
width: 180,
|
width: 150,
|
||||||
// slots:{customRender:'action'}
|
// slots:{customRender:'action'}
|
||||||
Operations:true,
|
Operations:true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user