修改禅道已知bug

This commit is contained in:
qq787203167
2022-07-06 18:06:16 +08:00
parent 8b27242ff4
commit 6bc774913c
3 changed files with 45 additions and 7 deletions
+2 -2
View File
@@ -130,7 +130,7 @@
title: this.$t('serialNumber'),
dataIndex: '',
key: 'rowIndex',
width: 20,
width: 90,
align: 'center',
customRender: function(t, r, index) {
return parseInt(index) + 1
@@ -160,7 +160,7 @@
},
{
title: this.$t('operation'),
width: 100,
width: 200,
dataIndex: 'action',
align: 'center',
scopedSlots: { customRender: 'action' }