[bug] 布局修改

This commit is contained in:
zhaoxiao
2021-11-02 14:55:55 +08:00
parent 2a66e2adf1
commit 51eff1a8cf
+2 -1
View File
@@ -51,7 +51,7 @@
size="middle"
bordered
rowKey="id"
:scroll="{x:true}"
:scroll="{x:1600}"
:columns="columns"
:dataSource="dataSource"
:pagination="ipagination"
@@ -116,6 +116,7 @@ export default {
title: '序号',
dataIndex: '',
key: 'rowIndex',
width: 60,
align: 'center',
customRender: function (t, r, index) {
return parseInt(index) + 1