feat(components): 新增表格属性配置

This commit is contained in:
xlsea
2025-06-05 21:09:01 +08:00
parent 9cdbf81467
commit f81a65a359
12 changed files with 160 additions and 4 deletions

View File

@ -184,11 +184,10 @@ async function handleExport() {
@refresh="getData"
/>
</template>
<NDataTable
<DataTable
v-model:checked-row-keys="checkedRowKeys"
:columns="columns"
:data="data"
size="small"
:flex-height="!appStore.isMobile"
:scroll-x="962"
:loading="loading"

View File

@ -209,12 +209,11 @@ function handleExport() {
</template>
</TableHeaderOperation>
</template>
<NDataTable
<DataTable
v-model:checked-row-keys="checkedRowKeys"
v-model:expanded-row-keys="expandedRowKeys"
:columns="columns"
:data="data"
size="small"
:flex-height="!appStore.isMobile"
:scroll-x="962"
:loading="loading"