docs: 完善自定义查询文档

This commit is contained in:
wintel
2025-05-07 20:58:02 +08:00
parent 7c0107f78e
commit 3747773685
3 changed files with 22 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ const dataList = ref([
])
const loading = ref(false)
// 主表id模板,点击跳转详情
// 如果需要自定义展示,可以设置。比如:主表id模板,点击跳转详情
const idtemplate = defineComponent({
props: ['row'],
methods: {