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

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'),
align: 'left',
fixed: 'right',
width: 200,
width: 230,
scopedSlots: { customRender: 'operation' }
}
],
@@ -96,6 +96,7 @@ export default {
dataIndex: 'serialNumber',
width: 100,
fixed: 'left',
ellipsis: true,
scopedSlots: { customRender: 'standard' }
},
{
@@ -104,6 +105,7 @@ export default {
dataIndex: 'title',
width: 100,
fixed: 'left',
ellipsis: true,
scopedSlots: { customRender: 'titleName' }
},
{