feat(custom): 订单列表改版
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
:pagination="pagination"
|
||||
:bordered="false"
|
||||
remote
|
||||
:row-key="rowKey"
|
||||
children-key="Classify"
|
||||
/>
|
||||
<n-modal v-model:show="showModal">
|
||||
<n-card
|
||||
@@ -55,6 +57,10 @@ const vPerms = resolveDirective('perms')
|
||||
|
||||
const loading = ref(false)
|
||||
|
||||
const rowKey = (row) => {
|
||||
return row.Classify || []
|
||||
}
|
||||
|
||||
const columns = ref([
|
||||
{
|
||||
title: 'ID',
|
||||
|
||||
Reference in New Issue
Block a user