mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-10 10:57:15 +08:00
feat: 允许现有表格调整列宽,不允许现有新增/修改类表单对话框按 Esc 关闭
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
<a-table
|
||||
ref="tableRef"
|
||||
row-key="id"
|
||||
:data="loginLogList"
|
||||
:loading="loading"
|
||||
:pagination="{
|
||||
showTotal: true,
|
||||
@@ -44,9 +45,9 @@
|
||||
total: total,
|
||||
current: queryParams.page,
|
||||
}"
|
||||
:data="loginLogList"
|
||||
:bordered="false"
|
||||
:stripe="true"
|
||||
column-resizable
|
||||
stripe
|
||||
size="large"
|
||||
@page-change="handlePageChange"
|
||||
@page-size-change="handlePageSizeChange"
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
<a-table
|
||||
ref="tableRef"
|
||||
row-key="id"
|
||||
:data="operationLogList"
|
||||
:loading="loading"
|
||||
:pagination="{
|
||||
showTotal: true,
|
||||
@@ -53,9 +54,9 @@
|
||||
total: total,
|
||||
current: queryParams.page,
|
||||
}"
|
||||
:data="operationLogList"
|
||||
:bordered="false"
|
||||
:stripe="true"
|
||||
column-resizable
|
||||
stripe
|
||||
size="large"
|
||||
@page-change="handlePageChange"
|
||||
@page-size-change="handlePageSizeChange"
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
<a-table
|
||||
ref="tableRef"
|
||||
row-key="id"
|
||||
:data="systemLogList"
|
||||
:loading="loading"
|
||||
:pagination="{
|
||||
showTotal: true,
|
||||
@@ -35,9 +36,9 @@
|
||||
total: total,
|
||||
current: queryParams.page,
|
||||
}"
|
||||
:data="systemLogList"
|
||||
:bordered="false"
|
||||
:stripe="true"
|
||||
column-resizable
|
||||
stripe
|
||||
size="large"
|
||||
@page-change="handlePageChange"
|
||||
@page-size-change="handlePageSizeChange"
|
||||
@@ -262,7 +263,6 @@
|
||||
:visible="exceptionDetailVisible"
|
||||
width="83%"
|
||||
:footer="false"
|
||||
:mask-closable="false"
|
||||
top="30px"
|
||||
unmount-on-close
|
||||
render-to-body
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
<a-table
|
||||
ref="tableRef"
|
||||
row-key="token"
|
||||
:data="onlineUserList"
|
||||
:loading="loading"
|
||||
:pagination="{
|
||||
showTotal: true,
|
||||
@@ -44,9 +45,9 @@
|
||||
total: total,
|
||||
current: queryParams.page,
|
||||
}"
|
||||
:data="onlineUserList"
|
||||
:bordered="false"
|
||||
:stripe="true"
|
||||
column-resizable
|
||||
stripe
|
||||
size="large"
|
||||
@page-change="handlePageChange"
|
||||
@page-size-change="handlePageSizeChange"
|
||||
|
||||
Reference in New Issue
Block a user