ЛР4 и как?

This commit is contained in:
ityurner02@mail.ru 2023-05-15 19:18:19 +04:00
parent 3d47fb12ef
commit 411eb34bab
3 changed files with 8 additions and 8 deletions

View File

@ -61,9 +61,9 @@
</script>
<template>
<ToolBar
@add="showAddModal"
@edit="showEditModal"
<ToolBar
@add="showAddModal"
@edit="showEditModal"
@remove="removeSelectedItems">
</ToolBar>
<DataTable
@ -72,10 +72,10 @@
:selectedItems="this.selectedItems"
@dblclick="showEditModalDblClick">
</DataTable>
<Modal
:header="this.modal.header"
:confirm="this.modal.confirm"
v-model:visible="this.modalShow"
<Modal
:header="this.modal.header"
:confirm="this.modal.confirm"
v-model:visible="this.modalShow"
@done="saveItem">
<div class="mb-3">
<label for="name" class="form-label">Название фильма</label>

View File

@ -65,6 +65,6 @@
user-select: none;
}
*{
color: red;
color: orange;
}
</style>

Binary file not shown.