From 0a9f9b618bbddf3df02b9de0fb6d1c82a72e2cc3 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Sun, 12 Mar 2023 21:08:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/PromptStore/index.vue | 273 ++++++++++---------- src/locales/zh-TW.ts | 3 + 2 files changed, 135 insertions(+), 141 deletions(-) diff --git a/src/components/common/PromptStore/index.vue b/src/components/common/PromptStore/index.vue index 7ce7ec8..7bc9879 100644 --- a/src/components/common/PromptStore/index.vue +++ b/src/components/common/PromptStore/index.vue @@ -257,7 +257,6 @@ const createColumns = (): DataTableColumns => { { title: t('store.title'), key: 'renderKey', - width: 160, }, { title: t('store.description'), @@ -296,6 +295,7 @@ const createColumns = (): DataTableColumns => { }, ] } + const columns = createColumns() watch( @@ -321,152 +321,143 @@ const dataSource = computed(() => {