[修改] 滚动条修改

This commit is contained in:
lijiarao
2022-10-25 17:58:15 +08:00
parent 96db7c8d90
commit 141ba83bcc
+1 -1
View File
@@ -269,7 +269,7 @@ export default {
this.columns.push({
title: item.name_dictText,
align: 'center',
width: 85,
width: 80,
dataIndex: 'key' + index,
scopedSlots: {customRender: 'allMoney'}
},)