From 40860ef4a79da4d4f8ffce369011c1a2450fa3c1 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期三, 29 十一月 2023 16:51:26 +0800 Subject: [PATCH] 表格添加字段排序功能 --- src/views/AuthorizationManagement/userRoleAuthorization.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/AuthorizationManagement/userRoleAuthorization.vue b/src/views/AuthorizationManagement/userRoleAuthorization.vue index 0a7cd8d..b784931 100644 --- a/src/views/AuthorizationManagement/userRoleAuthorization.vue +++ b/src/views/AuthorizationManagement/userRoleAuthorization.vue @@ -75,6 +75,7 @@ /> <el-table-column prop="name" + sortable :label="$t('operatManage.UserRoleAuthorizationObj.name')" > </el-table-column> @@ -146,9 +147,11 @@ align="center" type="index" :label="$t('dataManage.styleObj.index')" + width="70" /> <el-table-column prop="uname" + sortable :label="$t('operatManage.UserRoleAuthorizationObj.name')" > </el-table-column> -- Gitblit v1.9.3