[WIP] Добавил отображение времени текущей даты при замене смен, скрыл отображение выделенной ячейки при сохранении/удалении
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
label="Сохранить",
|
||||
color="primary",
|
||||
padding="8px 24px",
|
||||
no-caps
|
||||
no-caps,
|
||||
@click="changeShift(); closeForm()"
|
||||
)
|
||||
</template>
|
||||
@@ -59,14 +59,14 @@ export default {
|
||||
props: {
|
||||
employees: Array,
|
||||
serialized: Array,
|
||||
replacementSheet: Object,
|
||||
modelValue: Boolean,
|
||||
trimOwnerName: Function,
|
||||
changeShift: Function,
|
||||
modelValue: Boolean,
|
||||
replacementSheet: Object,
|
||||
},
|
||||
computed: {
|
||||
ownersList() {
|
||||
if (this.employees) {
|
||||
if (this.employees || this.serialized) {
|
||||
let filteredArray = [];
|
||||
this.employees.forEach((elem) => {
|
||||
filteredArray.push({
|
||||
|
||||
Reference in New Issue
Block a user