Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

chore: 替换 vxe-table 已废弃的 api

This commit is contained in:
pany 2024-05-28 10:23:52 +08:00
parent 3bc8ca91f6
commit 7e9eaab9da

View File

@ -7,7 +7,7 @@ import VXETablePluginElement from "vxe-table-plugin-element"
VXETable.use(VXETablePluginElement)
/** 全局默认参数 */
VXETable.config({
VXETable.setConfig({
/** 全局尺寸 */
size: "medium",
/** 全局 zIndex 起始值,如果项目的的 z-index 样式值过大时就需要跟随设置更大,避免被遮挡 */
@ -27,15 +27,15 @@ VXETable.config({
emptyText: "暂无数据",
rowConfig: {
isHover: true,
isCurrent: true
isCurrent: true,
// 行数据的唯一主键字段名
keyField: "_VXE_ID"
},
columnConfig: {
resizable: false
},
align: "center",
headerAlign: "center",
/** 行数据的唯一主键字段名 */
rowId: "_VXE_ID"
headerAlign: "center"
},
pager: {
// size: "medium",