版本记录添加排序
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-19 15:25:22 +08:00
parent da29f743cd
commit c6092358d8
1 changed files with 3 additions and 2 deletions

View File

@ -48,6 +48,7 @@
:data="list" :data="list"
class="table" class="table"
@sort-change="handleSortByColumn" @sort-change="handleSortByColumn"
:default-sort="{prop:'PublishTime',order:'descending'}"
> >
<el-table-column <el-table-column
type="index" type="index"
@ -130,8 +131,8 @@ const searchDataDefault = () => {
return { return {
Version: null, Version: null,
UpdateContent: null, UpdateContent: null,
Asc: true, Asc: false,
SortField: '', SortField: 'PublishTime',
PageIndex: 1, PageIndex: 1,
PageSize: 20 PageSize: 20
} }