[WIP] Добавил возможность замены смен, фикс стилей
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user