[WIP] Добавил аптейд на расписание, настроил отображение дней

This commit is contained in:
megavrilinvv
2022-12-28 16:28:29 +03:00
parent 7a1bfd45c4
commit e4f96924f8
3 changed files with 103 additions and 67 deletions

View File

@@ -27,7 +27,7 @@
placeholder="Шаблоны графиков"
)
.flex.justify-center
base-button.font-semibold(:size="40", @click="createSchedule") Сохранить
base-button.font-semibold(:size="40", @click="createSchedules") Сохранить
</template>
<script>
@@ -43,7 +43,7 @@ export default {
buttons: Array,
clearEmployee: Array,
times: Object,
createSchedule: Function,
createSchedules: Function,
},
data() {
return {
@@ -112,7 +112,7 @@ export default {
opacity: 0.8
border: none
.button-status
.button-vacation
background: #D7D9FF
border: none
&:active