Browse Source

员工档案登记表-修改排序规则

huxy 2 years ago
parent
commit
d3b5ea65db
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/system/UserList.vue

+ 4 - 0
src/views/system/UserList.vue

@@ -222,6 +222,10 @@
         ipagination:{
           pageSizeOptions: ["10", "20", "30", "300"]
         },
+        isorter:{
+        column: 'workNo',
+        order: 'asc',
+        },
         columns: [
           /*{
             title: '#',