From c2f51dc8707d133d7e14bee4bf2b041fdb47f03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sat, 7 May 2022 12:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=A1=8C=E5=88=97=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/commonLang/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/commonLang/index.vue b/src/views/system/commonLang/index.vue index e1a5034..310b36b 100644 --- a/src/views/system/commonLang/index.vue +++ b/src/views/system/commonLang/index.vue @@ -198,7 +198,7 @@ const queryParams = reactive({ langCode: undefined, langKey: undefined, addtime: undefined, - showMode: 1, // 显示模式 1、table显示 2、行列显示 + showMode: 2, // 显示模式 1、table显示 2、行列显示 }) // 弹出层标题 const title = ref('')