代码调试

This commit is contained in:
BianLzhaoMin 2025-02-25 11:02:13 +08:00
parent 0569af170e
commit d3acb4c8fe
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
title: "操作",
})
}
rowData.forEach(cellData => {
dataList.forEach(cellData => {
cellData.cellMinWidth = 120;
cellData.align = 'center';
if (cellData.title === '序号') {