From 572ef1890956d6c0a334ef5dabf9f709f0aac2b6 Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Mon, 23 Sep 2024 13:40:03 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableView.vue | 6 +- .../03_recruiting/components/Table1.vue | 3 + src/modules/03_recruiting/components/top1.vue | 14 +- src/modules/03_recruiting/router.ts | 12 ++ .../03_recruiting/views/01_compete/Period.vue | 114 +++++++++------ .../views/02_qualify/DisablePeriod.vue | 110 ++++++++------ .../03_recruiting/views/02_qualify/Manage.vue | 23 ++- .../03_recruiting/views/02_qualify/Period.vue | 45 ++++-- .../views/02_qualify/PeriodAdd.vue | 134 +++++++++--------- .../03_recruiting/views/03_editor/index.vue | 54 +++---- .../components/3_WorkTime/DialogForm.vue | 2 +- .../4_specialTime/DialogApprove.vue | 2 +- 12 files changed, 310 insertions(+), 209 deletions(-) diff --git a/src/components/TableView.vue b/src/components/TableView.vue index 9b7aa4804..59f84c485 100644 --- a/src/components/TableView.vue +++ b/src/components/TableView.vue @@ -6,8 +6,8 @@ v-if="!editvisible == true && publicNoBtn == false" flat round - :disabled="editvisible == true" - :color="editvisible == true ? 'grey-7' : 'primary'" + :disabled="editvisible" + :color="editvisible ? 'grey-7' : 'primary'" @click="edit" icon="mdi-pencil-outline" > @@ -234,6 +234,7 @@