feat(table): 表格排序与搜索改为后端处理
This commit is contained in:
@@ -174,6 +174,8 @@
|
||||
:data="subscriptions"
|
||||
:loading="loading"
|
||||
:server-side-sort="true"
|
||||
default-sort-key="created_at"
|
||||
default-sort-order="desc"
|
||||
@sort="handleSort"
|
||||
>
|
||||
<template #cell-user="{ row }">
|
||||
|
||||
Reference in New Issue
Block a user