界面列表宽度优化

This commit is contained in:
季圣华
2021-05-24 23:28:58 +08:00
parent a152f3ae61
commit 51f670e42f
26 changed files with 92 additions and 43 deletions

View File

@@ -104,7 +104,7 @@
title: '负库存', dataIndex: 'minusStockFlag', width: 80, align: "center",
scopedSlots: { customRender: 'customRenderFlag' }
},
{title: '操作', dataIndex: 'action', align:"center",
{title: '操作', dataIndex: 'action', width: 150, align:"center",
scopedSlots: { customRender: 'action' },
}
],