根据文档进行优化

This commit is contained in:
fks-xuxinyue
2024-08-29 17:27:01 +08:00
parent 474d0cd916
commit 6ba03df551
12 changed files with 115 additions and 58 deletions

View File

@@ -13,6 +13,9 @@
<a-button type="primary" ghost style="margin-left: 6px" @click="reset">重置</a-button>
</span>
</template>
<template #bodyCell="{ column, text }">
<span>{{ text || '-' }}</span>
</template>
</a-table>
<!-- <a-pagination
:current="queryParams.pageNum"