From 0132bf3be86cfd3cc7135c4391ce38a958ac8c5c Mon Sep 17 00:00:00 2001 From: Raod <1130305001@qq.com> Date: Tue, 17 Aug 2021 10:36:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=B9=E6=8D=AE=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report-ui/src/views/report/report/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/report-ui/src/views/report/report/index.vue b/report-ui/src/views/report/report/index.vue index df66be99..b396c080 100644 --- a/report-ui/src/views/report/report/index.vue +++ b/report-ui/src/views/report/report/index.vue @@ -59,7 +59,9 @@ export default { buttons: { query: { api: reportList, - permission: "reportManage:query" + permission: "reportManage:query", + sort: 'update_time', + order: 'DESC' }, queryByPrimarykey: { api: reportDetail, From 127f1c5890aadd17a0ee25ce4c4e7185ed3bab89 Mon Sep 17 00:00:00 2001 From: Raod <1130305001@qq.com> Date: Tue, 17 Aug 2021 10:41:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report-ui/src/views/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report-ui/src/views/login.vue b/report-ui/src/views/login.vue index 56814d20..95e33cc3 100644 --- a/report-ui/src/views/login.vue +++ b/report-ui/src/views/login.vue @@ -117,8 +117,8 @@ export default { activeTop: '-50%', // 色条滑块控制 rememberPsw: false, // 记住密码选择框 loginForm: { - loginName: 'admin', - password: '123456', + loginName: '', + password: '', verifyCode: '', }, // 登录表单 loginRules: {