diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index bce89a3..b5f2089 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -54,6 +54,7 @@ :datasource="datasource" v-model:selection="selection" :scroll="{ x: 1800 }" + size="small" :where="defaultWhere" :customRow="customRow" cache-key="proSystemUserTable" @@ -125,7 +126,7 @@
@@ -415,6 +416,7 @@ { title: '邮箱', dataIndex: 'email', + sorter: true, showSorterTooltip: false }, { @@ -510,7 +512,6 @@ dataIndex: 'createTime', sorter: true, showSorterTooltip: false, - ellipsis: true, customRender: ({ text }) => toDateString(text, 'yyyy-MM-dd HH:mm:ss') }, {