WIP поправил mock и отображение данных из него в таблице

This commit is contained in:
DwCay
2022-10-25 18:49:19 +03:00
parent 8e1887484c
commit da5da8f3b5
13 changed files with 603 additions and 281 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.flex.w-full.relative.mx-6
.wrapper.flex.w-full.relative.mx-6
clients-table(:open-form-create="openFormCreateClient")
clients-form-create(v-if="isOpenForm" :close-form="closeFormCreateClient")
</template>
@@ -25,3 +25,8 @@ export default {
},
};
</script>
<style lang="sass" scoped>
.wrapper
overflow: auto
</style>