From acb4840c8e96509366f1a695c550228573b5e489 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 8 Aug 2024 09:45:45 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E5=8F=8B=E6=83=85=E9=93=BE=E6=8E=A5]?= =?UTF-8?q?=20=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/firendshipLinkManage/FriendshipLinkList.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/system/firendshipLinkManage/FriendshipLinkList.vue b/src/views/system/firendshipLinkManage/FriendshipLinkList.vue index c66ff57..1d7364a 100644 --- a/src/views/system/firendshipLinkManage/FriendshipLinkList.vue +++ b/src/views/system/firendshipLinkManage/FriendshipLinkList.vue @@ -89,6 +89,11 @@ export default { mixins: [JeroListMixin], data () { return { + /* ζŽ’εΊε‚ζ•° */ + isorter: { + column: 'sort', + order: 'asc' + }, columns: [ { title: this.$t('serialNumber'),