修改禅道已知bug
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user