From 3bf222084776f1e01a8c6c85d167df8ee587c712 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Thu, 16 May 2024 13:22:03 +0800 Subject: [PATCH] fix --- src/component/Detail/DesignDetailAlter.vue | 4 ++-- src/component/HomePage/ColorboardUpload.vue | 4 ++-- src/views/HomeMain.vue | 4 ++-- src/views/HomeView/history.vue | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/component/Detail/DesignDetailAlter.vue b/src/component/Detail/DesignDetailAlter.vue index b16da427..31b53018 100644 --- a/src/component/Detail/DesignDetailAlter.vue +++ b/src/component/Detail/DesignDetailAlter.vue @@ -190,11 +190,11 @@ --> -
+
diff --git a/src/component/HomePage/ColorboardUpload.vue b/src/component/HomePage/ColorboardUpload.vue index d747612c..74c97b6f 100644 --- a/src/component/HomePage/ColorboardUpload.vue +++ b/src/component/HomePage/ColorboardUpload.vue @@ -49,11 +49,11 @@
--> -
+
diff --git a/src/views/HomeMain.vue b/src/views/HomeMain.vue index ab40ea79..8fb4cfb2 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 3311f899..1186c181 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: 100, dataIndex: 'sketchCount', key: 'sketchCounts' }, + { title: useI18n().t('HistoryPage.SketchCounts'), align:'center', ellipsis: true, width: 150, dataIndex: 'sketchCount', key: 'sketchCounts' }, { title: useI18n().t('HistoryPage.Operations'), key: 'operation', align:'center', fixed: 'right', - width: 180, + width: 150, // slots:{customRender:'action'} Operations:true, },