[update 友情链接] 排序

This commit is contained in:
danshihao
2024-08-08 09:45:45 +08:00
parent 39216c71dc
commit acb4840c8e
@@ -89,6 +89,11 @@ export default {
mixins: [JeroListMixin],
data () {
return {
/* 排序参数 */
isorter: {
column: 'sort',
order: 'asc'
},
columns: [
{
title: this.$t('serialNumber'),