From 9fecf0ce3f7dbb8ed1124d36d8838d64c835cdff Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Tue, 1 Jul 2025 10:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E6=97=B6=E9=97=B4=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/authority/user/index.vue | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/frontend/src/views/authority/user/index.vue b/frontend/src/views/authority/user/index.vue index 100552f..76472fa 100644 --- a/frontend/src/views/authority/user/index.vue +++ b/frontend/src/views/authority/user/index.vue @@ -64,8 +64,8 @@ // 默认不做操作就直接在 ProTable 组件上绑定 :requestApi="getUserList" const getTableList = (params: any) => { let newParams = JSON.parse(JSON.stringify(params)) - newParams.searchEndTime = endDate.value - newParams.searchBeginTime = startDate.value + // newParams.searchEndTime = endDate.value + // newParams.searchBeginTime = startDate.value return getUserList(newParams) } @@ -112,19 +112,19 @@ prop: 'loginTime', label: '最后一次登录时间', minWidth: 180, - search: { - render: () => { - return ( -
- -
- ) - }, - }, + // search: { + // render: () => { + // return ( + //
+ // + //
+ // ) + // }, + // }, }, { prop: 'state',