diff --git a/src/components/TableView.vue b/src/components/TableView.vue index 5db35ea6..8270dc60 100644 --- a/src/components/TableView.vue +++ b/src/components/TableView.vue @@ -7,7 +7,7 @@ flat round :disabled="editvisible == true" - :color="editvisible == true ? 'grey-7' : 'primary'" + :color="editvisible == true ? 'grey-7' : 'edit'" @click="edit" icon="mdi-pencil-outline" > diff --git a/src/components/TableView1.vue b/src/components/TableView1.vue index d8b43c61..a6dc4310 100644 --- a/src/components/TableView1.vue +++ b/src/components/TableView1.vue @@ -8,7 +8,7 @@ :outline="editvisible" dense :disabled="editvisible == true" - :color="editvisible == true ? 'grey-7' : 'primary'" + :color="editvisible == true ? 'grey-7' : 'edit'" label="แก้ไข" @click="edit" icon="mdi-pencil-outline" diff --git a/src/components/information/DialogFooter.vue b/src/components/information/DialogFooter.vue index c7b6623b..cccbac98 100644 --- a/src/components/information/DialogFooter.vue +++ b/src/components/information/DialogFooter.vue @@ -34,7 +34,7 @@ flat round :disabled="editvisible" - :color="editvisible ? 'grey-7' : 'primary'" + :color="editvisible ? 'grey-7' : 'edit'" @click="edit" icon="mdi-pencil-outline" > diff --git a/src/components/information/top.vue b/src/components/information/top.vue index 416a8f04..4043ef92 100644 --- a/src/components/information/top.vue +++ b/src/components/information/top.vue @@ -17,7 +17,6 @@
diff --git a/src/modules/01_metadata/components/calendar/CalendarList.vue b/src/modules/01_metadata/components/calendar/CalendarList.vue index 694e83c4..4f9ee8ae 100644 --- a/src/modules/01_metadata/components/calendar/CalendarList.vue +++ b/src/modules/01_metadata/components/calendar/CalendarList.vue @@ -1,3 +1,323 @@ + +