|
|
@ -42,7 +42,7 @@ |
|
|
@size-change="handleSizeChange" |
|
|
@size-change="handleSizeChange" |
|
|
@current-change="handleCurrentChange" |
|
|
@current-change="handleCurrentChange" |
|
|
:current-page="currentPage" |
|
|
:current-page="currentPage" |
|
|
:page-sizes="[15, 20, 50, 100]" |
|
|
|
|
|
|
|
|
:page-sizes="[10, 20, 50, 100]" |
|
|
:page-size="pageSize" |
|
|
:page-size="pageSize" |
|
|
layout="total, sizes, prev, pager, next, jumper" |
|
|
layout="total, sizes, prev, pager, next, jumper" |
|
|
:total="datatotal" |
|
|
:total="datatotal" |
|
|
@ -77,7 +77,7 @@ const datatotal = ref(0); |
|
|
|
|
|
|
|
|
// 分页参数 |
|
|
// 分页参数 |
|
|
const currentPage = ref(1); |
|
|
const currentPage = ref(1); |
|
|
const pageSize = ref(15); |
|
|
|
|
|
|
|
|
const pageSize = ref(10); |
|
|
|
|
|
|
|
|
// 获取表格数据 |
|
|
// 获取表格数据 |
|
|
const logTableData = async (dccode) => { |
|
|
const logTableData = async (dccode) => { |
|
|
@ -172,6 +172,7 @@ const handleSortChange = (sort) => { |
|
|
border-radius: 12px !important; |
|
|
border-radius: 12px !important; |
|
|
overflow: hidden !important; |
|
|
overflow: hidden !important; |
|
|
border: 1px solid #e4e7ed !important; |
|
|
border: 1px solid #e4e7ed !important; |
|
|
|
|
|
min-height: 800px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.table-header { |
|
|
.table-header { |
|
|
|