[WIP] Добавил возможность замены смен, фикс стилей

This commit is contained in:
megavrilinvv
2023-01-24 16:50:09 +03:00
parent 7d5341e61a
commit a3eb8606f5
8 changed files with 166 additions and 71 deletions

View File

@@ -48,14 +48,14 @@ export default {
result: Array,
choiceCell: Function,
choiceState: Function,
clearEmployee: Array,
employees: Array,
trimOwnerName: Function,
},
computed: {
ownersList() {
if (this.clearEmployee) {
if (this.employees) {
let filteredArray = [];
this.clearEmployee.forEach((elem) => {
this.employees.forEach((elem) => {
filteredArray.push({
id: elem.id,
label: this.trimOwnerName(