From bcf6a4ceb6b4e7514597763c62f60024d8a4d7bf Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:43:07 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=20=E0=B9=81=E0=B8=81=E0=B9=89=20?= =?UTF-8?q?=E0=B8=AA=E0=B8=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/01_branch-management/MainPage.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pages/01_branch-management/MainPage.vue b/src/pages/01_branch-management/MainPage.vue index 586ed370..74791a1f 100644 --- a/src/pages/01_branch-management/MainPage.vue +++ b/src/pages/01_branch-management/MainPage.vue @@ -50,7 +50,7 @@ const columns = [ { name: 'telephoneNo', align: 'left', - label: 'formDialogTelephone', + label: 'formDialogInputTelephone', field: 'telephoneNo', }, { @@ -740,7 +740,6 @@ watch(locale, () => { >
{
{ v-model="modeView" id="btn-mode" dense - class="no-shadow bordered rounded" - :toggle-color="$q.dark.isActive ? 'grey-9' : 'white'" + class="no-shadow bordered rounded surface-1" + :toggle-color="$q.dark.isActive ? 'grey-9' : 'grey-2'" size="xs" :options="[ { value: true, slot: 'folder' },