From 53aadfcaaa5a8bec829dd99e214b3c98aa2807de Mon Sep 17 00:00:00 2001 From: "maxiaozhe@alicorns.co.jp" Date: Fri, 24 May 2024 09:20:19 +0900 Subject: [PATCH] =?UTF-8?q?feat:=E3=83=87=E3=83=BC=E3=82=BF=E9=9B=86?= =?UTF-8?q?=E8=A8=88=E5=87=A6=E7=90=86=E4=BD=9C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/index.html | 1 - frontend/src/boot/error-handler.ts | 1 + .../ConditionEditor/ConditionEditor.vue | 2 +- .../ConditionEditor/ConditionObject.vue | 4 +- frontend/src/components/ShowDialog.vue | 2 +- .../src/components/right/DataProcessing.vue | 347 ++++++++++-------- frontend/src/components/right/SelectBox.vue | 20 +- 7 files changed, 212 insertions(+), 165 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 43d25b2..b50159a 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,6 @@ <%= productName %> - diff --git a/frontend/src/boot/error-handler.ts b/frontend/src/boot/error-handler.ts index 57253da..93be80b 100644 --- a/frontend/src/boot/error-handler.ts +++ b/frontend/src/boot/error-handler.ts @@ -4,6 +4,7 @@ import { Router } from 'vue-router'; import { App } from 'vue'; export default boot(({ app, router }: { app: App; router: Router }) => { + document.documentElement.lang="ja-JP"; app.config.errorHandler = (err: any, instance: any, info: string) => { if (err.response && err.response.status === 401) { // 認証エラーの場合再ログインする diff --git a/frontend/src/components/ConditionEditor/ConditionEditor.vue b/frontend/src/components/ConditionEditor/ConditionEditor.vue index ef47543..eef9401 100644 --- a/frontend/src/components/ConditionEditor/ConditionEditor.vue +++ b/frontend/src/components/ConditionEditor/ConditionEditor.vue @@ -1,5 +1,5 @@ diff --git a/frontend/src/components/ShowDialog.vue b/frontend/src/components/ShowDialog.vue index 650fdb3..bb20e89 100644 --- a/frontend/src/components/ShowDialog.vue +++ b/frontend/src/components/ShowDialog.vue @@ -1,7 +1,7 @@