代码调试
This commit is contained in:
parent
0569af170e
commit
d3acb4c8fe
|
|
@ -130,7 +130,7 @@
|
||||||
title: "操作",
|
title: "操作",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
rowData.forEach(cellData => {
|
dataList.forEach(cellData => {
|
||||||
cellData.cellMinWidth = 120;
|
cellData.cellMinWidth = 120;
|
||||||
cellData.align = 'center';
|
cellData.align = 'center';
|
||||||
if (cellData.title === '序号') {
|
if (cellData.title === '序号') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue