认证清单--分页展示数量

This commit is contained in:
范强强
2023-03-24 18:11:32 +08:00
parent 71748c477d
commit 35d772a630
2 changed files with 3 additions and 1 deletions
@@ -738,7 +738,7 @@
title: this.$t('operation'), title: this.$t('operation'),
align: 'left', align: 'left',
fixed: 'right', fixed: 'right',
width: 200, width: 230,
scopedSlots: { customRender: 'operation' } scopedSlots: { customRender: 'operation' }
} }
], ],
@@ -96,6 +96,7 @@ export default {
dataIndex: 'serialNumber', dataIndex: 'serialNumber',
width: 100, width: 100,
fixed: 'left', fixed: 'left',
ellipsis: true,
scopedSlots: { customRender: 'standard' } scopedSlots: { customRender: 'standard' }
}, },
{ {
@@ -104,6 +105,7 @@ export default {
dataIndex: 'title', dataIndex: 'title',
width: 100, width: 100,
fixed: 'left', fixed: 'left',
ellipsis: true,
scopedSlots: { customRender: 'titleName' } scopedSlots: { customRender: 'titleName' }
}, },
{ {