diff --git a/src/views/system/log/login/index.vue b/src/views/system/log/login/index.vue
index 6926e1b0..cce4a3f7 100644
--- a/src/views/system/log/login/index.vue
+++ b/src/views/system/log/login/index.vue
@@ -139,7 +139,7 @@ let tableColumns: ColumnsType = [
key: 'status',
align: 'center',
width: 100,
- },
+ },
{
title: t('views.system.log.login.loginTime'),
dataIndex: 'loginTime',
@@ -412,20 +412,6 @@ onMounted(() => {
-
-
-
-
-
@@ -440,6 +426,22 @@ onMounted(() => {
+
+
+
+
+
diff --git a/src/views/system/log/operate/index.vue b/src/views/system/log/operate/index.vue
index ce8e0f10..bf39236b 100644
--- a/src/views/system/log/operate/index.vue
+++ b/src/views/system/log/operate/index.vue
@@ -370,7 +370,11 @@ function fnGetList(pageNum?: number) {
}
tablePagination.total = res.total;
tableState.data = res.rows;
- if (tablePagination.total <=(queryParams.pageNum - 1) * tablePagination.pageSize &&queryParams.pageNum !== 1) {
+ if (
+ tablePagination.total <=
+ (queryParams.pageNum - 1) * tablePagination.pageSize &&
+ queryParams.pageNum !== 1
+ ) {
tableState.loading = false;
fnGetList(queryParams.pageNum - 1);
}
@@ -407,7 +411,7 @@ onMounted(() => {
-
+
{
-
+
{
>
-
+
{
-
+
{
-
+
{
v-model:value="queryRangePicker"
allow-clear
bordered
- value-format="YYYY-MM-DD"
+ :show-time="{ format: 'HH:mm:ss' }"
+ format="YYYY-MM-DD HH:mm:ss"
+ value-format="YYYY-MM-DD HH:mm:ss"
style="width: 100%"
>
-
+