Обновление отчета
This commit is contained in:
@@ -26,7 +26,7 @@ const columns = ref([
|
||||
},
|
||||
{
|
||||
title: 'Состояло',
|
||||
key: 'beds',
|
||||
key: '',
|
||||
width: 84,
|
||||
titleAlign: 'center',
|
||||
align: 'center'
|
||||
@@ -112,24 +112,23 @@ const columns = ref([
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<AppLayout>
|
||||
<NDataTable :columns="columns"
|
||||
:data="data"
|
||||
size="small"
|
||||
:single-line="false"
|
||||
striped
|
||||
min-height="calc(100vh - 48px - 70px)"
|
||||
max-height="calc(100vh - 48px - 70px)"
|
||||
>
|
||||
<AppLayout>
|
||||
<NDataTable :columns="columns"
|
||||
:data="data"
|
||||
size="small"
|
||||
:single-line="false"
|
||||
striped
|
||||
min-height="calc(100vh - 48px - 70px)"
|
||||
max-height="calc(100vh - 48px - 70px)"
|
||||
>
|
||||
|
||||
</NDataTable>
|
||||
</AppLayout>
|
||||
</NDataTable>
|
||||
</AppLayout>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
:deep(.n-data-table-th),
|
||||
:deep(.n-data-table-td) {
|
||||
//white-space: nowrap !important;
|
||||
font-size: var(--n-font-size);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user