diff --git a/src/views/HomeMain.vue b/src/views/HomeMain.vue
index 8fb4cfb2..ab40ea79 100644
--- a/src/views/HomeMain.vue
+++ b/src/views/HomeMain.vue
@@ -44,9 +44,9 @@
{{$t('Header.HISTORY')}}
-
+
diff --git a/src/views/HomeView/history.vue b/src/views/HomeView/history.vue
index 1186c181..ea023270 100644
--- a/src/views/HomeView/history.vue
+++ b/src/views/HomeView/history.vue
@@ -69,8 +69,8 @@
{{ $t('HistoryPage.Detail') }}
{{ $t('LibraryPage.Rename') }}
{{ $t('HistoryPage.Retrieve') }}
-
+
Publish
+
Update Publish
{{ $t('HistoryPage.Delete') }}
@@ -125,13 +125,13 @@ export default defineComponent({
let time = formatTime(record.text / 1000, 'YYYY-MM-DD hh:mm:ss')
return time
}},
- { title: useI18n().t('HistoryPage.SketchCounts'), align:'center', ellipsis: true, width: 150, dataIndex: 'sketchCount', key: 'sketchCounts' },
+ { title: useI18n().t('HistoryPage.SketchCounts'), align:'center', ellipsis: true, width: 120, dataIndex: 'sketchCount', key: 'sketchCounts' },
{
title: useI18n().t('HistoryPage.Operations'),
key: 'operation',
align:'center',
fixed: 'right',
- width: 150,
+ width: 180,
// slots:{customRender:'action'}
Operations:true,
},