【修改】修改对齐

This commit is contained in:
fengachen
2022-09-07 17:25:19 +08:00
parent 73044bc108
commit 5b68691d22
@@ -137,7 +137,7 @@ export default {
this.columns.push({
title: item.name,
align: 'center',
width: 120,
width: 100,
dataIndex: 'key' + index,
scopedSlots: {customRender: 'allMoney'}
},)